Class CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty>
- Enclosing interface:
CfnMultiRegionAccessPoint.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 CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicAcls(Boolean blockPublicAcls) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getBlockPublicAcls()
- Parameters:
blockPublicAcls
- Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Setting this element toTRUE
causes the following behavior:- PUT Bucket ACL and PUT Object ACL 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.
- Returns:
this
-
blockPublicAcls
@Stability(Stable) public CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicAcls(IResolvable blockPublicAcls) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getBlockPublicAcls()
- Parameters:
blockPublicAcls
- Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Setting this element toTRUE
causes the following behavior:- PUT Bucket ACL and PUT Object ACL 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.
- Returns:
this
-
blockPublicPolicy
@Stability(Stable) public CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicPolicy(Boolean blockPublicPolicy) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getBlockPublicPolicy()
- Parameters:
blockPublicPolicy
- Specifies whether Amazon S3 should block public bucket policies for this bucket. 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.
- Returns:
this
-
blockPublicPolicy
@Stability(Stable) public CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicPolicy(IResolvable blockPublicPolicy) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getBlockPublicPolicy()
- Parameters:
blockPublicPolicy
- Specifies whether Amazon S3 should block public bucket policies for this bucket. 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.
- Returns:
this
-
ignorePublicAcls
@Stability(Stable) public CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder ignorePublicAcls(Boolean ignorePublicAcls) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getIgnorePublicAcls()
- Parameters:
ignorePublicAcls
- Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Setting this element toTRUE
causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- Returns:
this
-
ignorePublicAcls
@Stability(Stable) public CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder ignorePublicAcls(IResolvable ignorePublicAcls) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getIgnorePublicAcls()
- Parameters:
ignorePublicAcls
- Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Setting this element toTRUE
causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
- Returns:
this
-
restrictPublicBuckets
@Stability(Stable) public CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder restrictPublicBuckets(Boolean restrictPublicBuckets) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getRestrictPublicBuckets()
- Parameters:
restrictPublicBuckets
- Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element toTRUE
restricts access to this bucket to only AWS service principals and authorized users within this account if the bucket has a public policy.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.
- Returns:
this
-
restrictPublicBuckets
@Stability(Stable) public CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.Builder restrictPublicBuckets(IResolvable restrictPublicBuckets) Sets the value ofCfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty.getRestrictPublicBuckets()
- Parameters:
restrictPublicBuckets
- Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element toTRUE
restricts access to this bucket to only AWS service principals and authorized users within this account if the bucket has a public policy.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.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty>
- Returns:
- a new instance of
CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-