public static interface BlockPublicAccess.Builder extends SdkPojo, CopyableBuilder<BlockPublicAccess.Builder,BlockPublicAccess>
| Modifier and Type | Method and Description |
|---|---|
BlockPublicAccess.Builder |
blockPublicAcls(Boolean blockPublicAcls)
Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the
bucket.
|
BlockPublicAccess.Builder |
blockPublicPolicy(Boolean blockPublicPolicy)
Specifies whether Amazon S3 blocks public bucket policies for the bucket.
|
BlockPublicAccess.Builder |
ignorePublicAcls(Boolean ignorePublicAcls)
Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.
|
BlockPublicAccess.Builder |
restrictPublicBuckets(Boolean restrictPublicBuckets)
Specifies whether Amazon S3 restricts public bucket policies for the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBlockPublicAccess.Builder blockPublicAcls(Boolean blockPublicAcls)
Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the bucket.
blockPublicAcls - Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in
the bucket.BlockPublicAccess.Builder blockPublicPolicy(Boolean blockPublicPolicy)
Specifies whether Amazon S3 blocks public bucket policies for the bucket.
blockPublicPolicy - Specifies whether Amazon S3 blocks public bucket policies for the bucket.BlockPublicAccess.Builder ignorePublicAcls(Boolean ignorePublicAcls)
Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.
ignorePublicAcls - Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.BlockPublicAccess.Builder restrictPublicBuckets(Boolean restrictPublicBuckets)
Specifies whether Amazon S3 restricts public bucket policies for the bucket.
restrictPublicBuckets - Specifies whether Amazon S3 restricts public bucket policies for the bucket.Copyright © 2023. All rights reserved.