public static interface OutputLocation.Builder extends SdkPojo, CopyableBuilder<OutputLocation.Builder,OutputLocation>
Modifier and Type | Method and Description |
---|---|
OutputLocation.Builder |
s3Bucket(String s3Bucket)
The S3 bucket for output.
|
OutputLocation.Builder |
s3Prefix(String s3Prefix)
The S3 folder in the
s3Bucket where output files will be placed. |
copy
applyMutation, build
OutputLocation.Builder s3Bucket(String s3Bucket)
The S3 bucket for output.
s3Bucket
- The S3 bucket for output.OutputLocation.Builder s3Prefix(String s3Prefix)
The S3 folder in the s3Bucket
where output files will be placed.
s3Prefix
- The S3 folder in the s3Bucket
where output files will be placed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.