Uses of Interface
software.amazon.awssdk.services.redshift.model.InvalidClusterStateException.Builder
-
Packages that use InvalidClusterStateException.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of InvalidClusterStateException.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return InvalidClusterStateException.Builder Modifier and Type Method Description InvalidClusterStateException.BuilderInvalidClusterStateException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static InvalidClusterStateException.BuilderInvalidClusterStateException. builder()InvalidClusterStateException.BuilderInvalidClusterStateException.Builder. cause(Throwable cause)InvalidClusterStateException.BuilderInvalidClusterStateException.Builder. message(String message)InvalidClusterStateException.BuilderInvalidClusterStateException.Builder. requestId(String requestId)InvalidClusterStateException.BuilderInvalidClusterStateException.Builder. statusCode(int statusCode)InvalidClusterStateException.BuilderInvalidClusterStateException. toBuilder()InvalidClusterStateException.BuilderInvalidClusterStateException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type InvalidClusterStateException.Builder Modifier and Type Method Description static Class<? extends InvalidClusterStateException.Builder>InvalidClusterStateException. serializableBuilderClass()
-