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