Interface CreateBucketResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateBucketResponse.Builder,CreateBucketResponse>,S3ControlResponse.Builder,SdkBuilder<CreateBucketResponse.Builder,CreateBucketResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateBucketResponse
public static interface CreateBucketResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<CreateBucketResponse.Builder,CreateBucketResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBucketResponse.BuilderbucketArn(String bucketArn)The Amazon Resource Name (ARN) of the bucket.CreateBucketResponse.Builderlocation(String location)The location of the bucket.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
location
CreateBucketResponse.Builder location(String location)
The location of the bucket.
- Parameters:
location- The location of the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketArn
CreateBucketResponse.Builder bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of the bucket.
For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.
For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format
arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucketreportsthrough Outpostmy-outpostowned by account123456789012in Regionus-west-2, use the URL encoding ofarn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.- Parameters:
bucketArn- The Amazon Resource Name (ARN) of the bucket.For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.
For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format
arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucketreportsthrough Outpostmy-outpostowned by account123456789012in Regionus-west-2, use the URL encoding ofarn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-