static PublicAccessConfiguration.Builder |
PublicAccessConfiguration.builder() |
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicAclAccess(String publicAclAccess) |
Indicates whether or not there is a setting that allows public access to the Amazon S3 buckets through access
control lists (ACLs).
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicAclAccess(PublicAccessStatus publicAclAccess) |
Indicates whether or not there is a setting that allows public access to the Amazon S3 buckets through access
control lists (ACLs).
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicAclIgnoreBehavior(String publicAclIgnoreBehavior) |
Indicates whether or not there is a setting that ignores all public access control lists (ACLs) on the Amazon
S3 bucket and the objects that it contains.
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicAclIgnoreBehavior(PublicAclIgnoreBehavior publicAclIgnoreBehavior) |
Indicates whether or not there is a setting that ignores all public access control lists (ACLs) on the Amazon
S3 bucket and the objects that it contains.
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicBucketRestrictBehavior(String publicBucketRestrictBehavior) |
Indicates whether or not there is a setting that restricts access to the bucket with specified policies.
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicBucketRestrictBehavior(PublicBucketRestrictBehavior publicBucketRestrictBehavior) |
Indicates whether or not there is a setting that restricts access to the bucket with specified policies.
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicPolicyAccess(String publicPolicyAccess) |
Indicates whether or not there is a setting that allows public access to the Amazon S3 bucket policy.
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.Builder.publicPolicyAccess(PublicAccessStatus publicPolicyAccess) |
Indicates whether or not there is a setting that allows public access to the Amazon S3 bucket policy.
|
PublicAccessConfiguration.Builder |
PublicAccessConfiguration.toBuilder() |
|