public static interface S3Path.Builder extends SdkPojo, CopyableBuilder<S3Path.Builder,S3Path>
| Modifier and Type | Method and Description |
|---|---|
S3Path.Builder |
bucket(String bucket)
The name of the S3 bucket that contains the file.
|
S3Path.Builder |
key(String key)
The name of the file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Path.Builder bucket(String bucket)
The name of the S3 bucket that contains the file.
bucket - The name of the S3 bucket that contains the file.S3Path.Builder key(String key)
The name of the file.
key - The name of the file.Copyright © 2021. All rights reserved.