public static interface GetBucketLocationResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<GetBucketLocationResponse.Builder,GetBucketLocationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBucketLocationResponse.Builder |
locationConstraint(BucketLocationConstraint locationConstraint)
Specifies the Region where the bucket resides.
|
GetBucketLocationResponse.Builder |
locationConstraint(String locationConstraint)
Specifies the Region where the bucket resides.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketLocationResponse.Builder locationConstraint(String locationConstraint)
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints.
locationConstraint - Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location
constraints by Region, see Regions and Endpoints.BucketLocationConstraint,
BucketLocationConstraintGetBucketLocationResponse.Builder locationConstraint(BucketLocationConstraint locationConstraint)
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints.
locationConstraint - Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location
constraints by Region, see Regions and Endpoints.BucketLocationConstraint,
BucketLocationConstraintCopyright © 2020. All rights reserved.