public static interface InvalidS3ConfigurationException.Builder extends CopyableBuilder<InvalidS3ConfigurationException.Builder,InvalidS3ConfigurationException>
| Modifier and Type | Method and Description |
|---|---|
InvalidS3ConfigurationException.Builder |
bucket(String bucket)
Indicated that the S3 Bucket was not found.
|
InvalidS3ConfigurationException.Builder |
message(String message) |
copyapply, buildInvalidS3ConfigurationException.Builder bucket(String bucket)
Indicated that the S3 Bucket was not found.
bucket - Indicated that the S3 Bucket was not found.InvalidS3ConfigurationException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.