public static interface S3OutputLocation.Builder extends CopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
Modifier and Type | Method and Description |
---|---|
S3OutputLocation.Builder |
outputS3BucketName(String outputS3BucketName)
The name of the Amazon S3 bucket.
|
S3OutputLocation.Builder |
outputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 bucket subfolder.
|
S3OutputLocation.Builder |
outputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter.
|
copy
applyMutation, build
S3OutputLocation.Builder outputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon S3 bucket region.
outputS3Region
- (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager
automatically determines the Amazon S3 bucket region.S3OutputLocation.Builder outputS3BucketName(String outputS3BucketName)
The name of the Amazon S3 bucket.
outputS3BucketName
- The name of the Amazon S3 bucket.S3OutputLocation.Builder outputS3KeyPrefix(String outputS3KeyPrefix)
The Amazon S3 bucket subfolder.
outputS3KeyPrefix
- The Amazon S3 bucket subfolder.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.