public static interface GetBucketAclRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketAclRequest.Builder,GetBucketAclRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketAclRequest.Builder |
bucket(String bucket)
Specifies the S3 bucket whose ACL is being requested.
|
GetBucketAclRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketAclRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketAclRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketAclRequest.Builder bucket(String bucket)
Specifies the S3 bucket whose ACL is being requested.
bucket - Specifies the S3 bucket whose ACL is being requested.GetBucketAclRequest.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).GetBucketAclRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketAclRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.