public static interface PutPublicAccessBlockRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<PutPublicAccessBlockRequest.Builder,PutPublicAccessBlockRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutPublicAccessBlockRequest.Builder bucket(String bucket)
The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to set.
bucket - The name of the Amazon S3 bucket whose PublicAccessBlock configuration you want to set.PutPublicAccessBlockRequest.Builder contentMD5(String contentMD5)
The MD5 hash of the PutPublicAccessBlock request body.
For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.
contentMD5 - The MD5 hash of the PutPublicAccessBlock request body.
For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.
PutPublicAccessBlockRequest.Builder publicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can
enable the configuration options in any combination. For more information about when Amazon S3 considers a
bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.
publicAccessBlockConfiguration - The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You
can enable the configuration options in any combination. For more information about when Amazon S3
considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.default PutPublicAccessBlockRequest.Builder publicAccessBlockConfiguration(Consumer<PublicAccessBlockConfiguration.Builder> publicAccessBlockConfiguration)
The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can
enable the configuration options in any combination. For more information about when Amazon S3 considers a
bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.
PublicAccessBlockConfiguration.Builder avoiding
the need to create one manually via PublicAccessBlockConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
publicAccessBlockConfiguration(PublicAccessBlockConfiguration).publicAccessBlockConfiguration - a consumer that will call methods on PublicAccessBlockConfiguration.BuilderpublicAccessBlockConfiguration(PublicAccessBlockConfiguration)PutPublicAccessBlockRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will
fail with an HTTP 403 (Access Denied) error.
expectedBucketOwner - The account ID of the expected bucket owner. If the bucket is owned by a different account, the
request will fail with an HTTP 403 (Access Denied) error.PutPublicAccessBlockRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutPublicAccessBlockRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.