public static interface SourceS3Location.Builder extends SdkPojo, CopyableBuilder<SourceS3Location.Builder,SourceS3Location>
| Modifier and Type | Method and Description |
|---|---|
SourceS3Location.Builder |
bucket(String bucket)
Name of the bucket.
|
SourceS3Location.Builder |
key(String key)
Key of the object.
|
SourceS3Location.Builder |
region(S3BucketRegion region)
Region of the bucket.
|
SourceS3Location.Builder |
region(String region)
Region of the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceS3Location.Builder bucket(String bucket)
Name of the bucket.
bucket - Name of the bucket.SourceS3Location.Builder key(String key)
Key of the object.
key - Key of the object.SourceS3Location.Builder region(String region)
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
region - Region of the bucket. Only required for Regions that are disabled by default. For more infomration
about Regions that are disabled by default, see Enabling a
Region in the AWS General Reference guide.S3BucketRegion,
S3BucketRegionSourceS3Location.Builder region(S3BucketRegion region)
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
region - Region of the bucket. Only required for Regions that are disabled by default. For more infomration
about Regions that are disabled by default, see Enabling a
Region in the AWS General Reference guide.S3BucketRegion,
S3BucketRegionCopyright © 2023. All rights reserved.