public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
The Amazon S3 bucket name.
|
S3Location.Builder |
bucketOwner(String bucketOwner)
The Amazon Web Services account ID of the bucket owner.
|
S3Location.Builder |
key(String key)
The unique name of the object in the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
The Amazon S3 bucket name.
bucket - The Amazon S3 bucket name.S3Location.Builder key(String key)
The unique name of the object in the bucket.
key - The unique name of the object in the bucket.S3Location.Builder bucketOwner(String bucketOwner)
The Amazon Web Services account ID of the bucket owner.
bucketOwner - The Amazon Web Services account ID of the bucket owner.Copyright © 2023. All rights reserved.