Class CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPoint.PublicAccessBlockConfigurationProperty>
- Enclosing interface:
CfnAccessPoint.PublicAccessBlockConfigurationProperty
CfnAccessPoint.PublicAccessBlockConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionblockPublicAcls
(Boolean blockPublicAcls) blockPublicAcls
(IResolvable blockPublicAcls) blockPublicPolicy
(Boolean blockPublicPolicy) blockPublicPolicy
(IResolvable blockPublicPolicy) build()
Builds the configured instance.ignorePublicAcls
(Boolean ignorePublicAcls) ignorePublicAcls
(IResolvable ignorePublicAcls) restrictPublicBuckets
(Boolean restrictPublicBuckets) restrictPublicBuckets
(IResolvable restrictPublicBuckets)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blockPublicAcls
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicAcls(Boolean blockPublicAcls) - Parameters:
blockPublicAcls
- Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element toTRUE
causes the following behavior:PutBucketAcl
andPutObjectAcl
calls fail if the specified ACL is public.- PUT Object calls fail if the request includes a public ACL.
- PUT Bucket calls fail if the request includes a public ACL.
Enabling this setting doesn't affect existing policies or ACLs.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
blockPublicAcls
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicAcls(IResolvable blockPublicAcls) - Parameters:
blockPublicAcls
- Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element toTRUE
causes the following behavior:PutBucketAcl
andPutObjectAcl
calls fail if the specified ACL is public.- PUT Object calls fail if the request includes a public ACL.
- PUT Bucket calls fail if the request includes a public ACL.
Enabling this setting doesn't affect existing policies or ACLs.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
blockPublicPolicy
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicPolicy(Boolean blockPublicPolicy) - Parameters:
blockPublicPolicy
- Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element toTRUE
causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access.Enabling this setting doesn't affect existing bucket policies.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
blockPublicPolicy
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicPolicy(IResolvable blockPublicPolicy) - Parameters:
blockPublicPolicy
- Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element toTRUE
causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access.Enabling this setting doesn't affect existing bucket policies.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
ignorePublicAcls
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder ignorePublicAcls(Boolean ignorePublicAcls) - Parameters:
ignorePublicAcls
- Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element toTRUE
causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain.Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
ignorePublicAcls
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder ignorePublicAcls(IResolvable ignorePublicAcls) - Parameters:
ignorePublicAcls
- Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element toTRUE
causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain.Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
restrictPublicBuckets
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder restrictPublicBuckets(Boolean restrictPublicBuckets) - Parameters:
restrictPublicBuckets
- Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element toTRUE
restricts access to buckets with public policies to only AWS service principals and authorized users within this account.Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
restrictPublicBuckets
@Stability(Stable) public CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder restrictPublicBuckets(IResolvable restrictPublicBuckets) - Parameters:
restrictPublicBuckets
- Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element toTRUE
restricts access to buckets with public policies to only AWS service principals and authorized users within this account.Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
This property is not supported for Amazon S3 on Outposts.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAccessPoint.PublicAccessBlockConfigurationProperty>
- Returns:
- a new instance of
CfnAccessPoint.PublicAccessBlockConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-