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)
The Amazon Web Services Region of the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3OutputLocation.Builder outputS3Region(String outputS3Region)
The Amazon Web Services Region of the S3 bucket.
outputS3Region - The Amazon Web Services 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 © 2023. All rights reserved.