Interface CreateBucketResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateBucketResponse.Builder,,CreateBucketResponse> S3Response.Builder,SdkBuilder<CreateBucketResponse.Builder,,CreateBucketResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateBucketResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the S3 bucket.A forward slash followed by the name of the bucket for all account regional namespace buckets and all global general purpose buckets created in us-east-1.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
location
A forward slash followed by the name of the bucket for all account regional namespace buckets and all global general purpose buckets created in us-east-1. For example,
/amzn-s3-demo-bucket. For global general purpose buckets created in other Amazon Web Services Regions, the Location field is the global endpoint URL. For example,http://amzn-s3-demo-bucket.s3.amazonaws.com/.- Parameters:
location- A forward slash followed by the name of the bucket for all account regional namespace buckets and all global general purpose buckets created in us-east-1. For example,/amzn-s3-demo-bucket. For global general purpose buckets created in other Amazon Web Services Regions, the Location field is the global endpoint URL. For example,http://amzn-s3-demo-bucket.s3.amazonaws.com/.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketArn
The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.
This parameter is only supported for S3 directory buckets. For more information, see Using tags with directory buckets.
- Parameters:
bucketArn- The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.This parameter is only supported for S3 directory buckets. For more information, see Using tags with directory buckets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-