public static interface GetBucketLocationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketLocationRequest.Builder,GetBucketLocationRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketLocationRequest.Builder |
bucket(String bucket)
The name of the bucket for which to get the location.
|
GetBucketLocationRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketLocationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketLocationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketLocationRequest.Builder bucket(String bucket)
The name of the bucket for which to get the location.
bucket - The name of the bucket for which to get the location.GetBucketLocationRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails
with the HTTP status code 403 Forbidden (access denied).
expectedBucketOwner - The account ID of the expected bucket owner. If the bucket is owned by a different account, the
request fails with the HTTP status code 403 Forbidden (access denied).GetBucketLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.