public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
bucketName(String bucketName)
Name of the S3 bucket.
|
S3Destination.Builder |
prefix(String prefix)
An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.
|
copyapplyMutation, buildS3Destination.Builder bucketName(String bucketName)
Name of the S3 bucket.
bucketName - Name of the S3 bucket.S3Destination.Builder prefix(String prefix)
An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.
prefix - An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.