public static interface GetBucketPolicyStatusRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketPolicyStatusRequest.Builder,GetBucketPolicyStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketPolicyStatusRequest.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket whose policy status you want to retrieve.
|
GetBucketPolicyStatusRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketPolicyStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketPolicyStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketPolicyStatusRequest.Builder bucket(String bucket)
The name of the Amazon S3 bucket whose policy status you want to retrieve.
bucket - The name of the Amazon S3 bucket whose policy status you want to retrieve.GetBucketPolicyStatusRequest.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).GetBucketPolicyStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketPolicyStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.