public static interface S3OutputLocation.Builder extends SdkPojo, CopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
| Modifier and Type | Method and Description |
|---|---|
S3OutputLocation.Builder |
outputS3BucketName(String outputS3BucketName)
The name of the S3 bucket.
|
S3OutputLocation.Builder |
outputS3KeyPrefix(String outputS3KeyPrefix)
The S3 bucket subfolder.
|
S3OutputLocation.Builder |
outputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3OutputLocation.Builder outputS3Region(String outputS3Region)
(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Region of the S3 bucket.
outputS3Region - (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager
automatically determines the Region of the S3 bucket.S3OutputLocation.Builder outputS3BucketName(String outputS3BucketName)
The name of the S3 bucket.
outputS3BucketName - The name of the S3 bucket.S3OutputLocation.Builder outputS3KeyPrefix(String outputS3KeyPrefix)
The S3 bucket subfolder.
outputS3KeyPrefix - The S3 bucket subfolder.Copyright © 2020. All rights reserved.