Interface GetBucketLocationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetBucketLocationResponse.Builder,,GetBucketLocationResponse> S3Response.Builder,SdkBuilder<GetBucketLocationResponse.Builder,,GetBucketLocationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetBucketLocationResponse
public static interface GetBucketLocationResponse.Builder
extends S3Response.Builder, SdkPojo, CopyableBuilder<GetBucketLocationResponse.Builder,GetBucketLocationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlocationConstraint(String locationConstraint) Specifies the Region where the bucket resides.locationConstraint(BucketLocationConstraint locationConstraint) Specifies the Region where the bucket resides.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3.model.S3Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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. Buckets in Region
us-east-1have a LocationConstraint ofnull.- Parameters:
 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. Buckets in Regionus-east-1have a LocationConstraint ofnull.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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. Buckets in Region
us-east-1have a LocationConstraint ofnull.- Parameters:
 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. Buckets in Regionus-east-1have a LocationConstraint ofnull.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -