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