public static interface AwsS3AccountPublicAccessBlockDetails.Builder extends SdkPojo, CopyableBuilder<AwsS3AccountPublicAccessBlockDetails.Builder,AwsS3AccountPublicAccessBlockDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsS3AccountPublicAccessBlockDetails.Builder |
blockPublicAcls(Boolean blockPublicAcls)
Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list
(ACL).
|
AwsS3AccountPublicAccessBlockDetails.Builder |
blockPublicPolicy(Boolean blockPublicPolicy)
Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy
allows public access.
|
AwsS3AccountPublicAccessBlockDetails.Builder |
ignorePublicAcls(Boolean ignorePublicAcls)
Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.
|
AwsS3AccountPublicAccessBlockDetails.Builder |
restrictPublicBuckets(Boolean restrictPublicBuckets)
Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon
Web Services service principals and authorized users within the S3 bucket owner's account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3AccountPublicAccessBlockDetails.Builder blockPublicAcls(Boolean blockPublicAcls)
Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).
blockPublicAcls - Indicates whether to reject calls to update an S3 bucket if the calls include a public access control
list (ACL).AwsS3AccountPublicAccessBlockDetails.Builder blockPublicPolicy(Boolean blockPublicPolicy)
Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy allows public access.
blockPublicPolicy - Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the
policy allows public access.AwsS3AccountPublicAccessBlockDetails.Builder ignorePublicAcls(Boolean ignorePublicAcls)
Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.
ignorePublicAcls - Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.AwsS3AccountPublicAccessBlockDetails.Builder restrictPublicBuckets(Boolean restrictPublicBuckets)
Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.
restrictPublicBuckets - Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only
Amazon Web Services service principals and authorized users within the S3 bucket owner's account.Copyright © 2023. All rights reserved.