public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
The S3 bucket that contain the manifest file.
|
S3Location.Builder |
prefix(String prefix)
The path and name of the manifest file with the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
The S3 bucket that contain the manifest file.
bucket - The S3 bucket that contain the manifest file.S3Location.Builder prefix(String prefix)
The path and name of the manifest file with the S3 bucket.
prefix - The path and name of the manifest file with the S3 bucket.Copyright © 2020. All rights reserved.