public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an S3 bucket.
|
S3Location.Builder |
fileKey(String fileKey)
The file key for an object in an S3 bucket.
|
S3Location.Builder |
objectVersion(String objectVersion)
The version of an object in an S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an S3 bucket.
bucketArn - The Amazon Resource Name (ARN) of an S3 bucket.S3Location.Builder fileKey(String fileKey)
The file key for an object in an S3 bucket.
fileKey - The file key for an object in an S3 bucket.S3Location.Builder objectVersion(String objectVersion)
The version of an object in an S3 bucket.
objectVersion - The version of an object in an S3 bucket.Copyright © 2023. All rights reserved.