public static interface S3PublicAccessBlockConfiguration.Builder extends SdkPojo, CopyableBuilder<S3PublicAccessBlockConfiguration.Builder,S3PublicAccessBlockConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3PublicAccessBlockConfiguration.Builder |
ignorePublicAcls(Boolean ignorePublicAcls)
Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
|
S3PublicAccessBlockConfiguration.Builder |
restrictPublicBuckets(Boolean restrictPublicBuckets)
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3PublicAccessBlockConfiguration.Builder ignorePublicAcls(Boolean ignorePublicAcls)
Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
ignorePublicAcls - Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.S3PublicAccessBlockConfiguration.Builder restrictPublicBuckets(Boolean restrictPublicBuckets)
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
restrictPublicBuckets - Specifies whether Amazon S3 should restrict public bucket policies for this bucket.Copyright © 2023. All rights reserved.