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 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 CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicAcls(IResolvable blockPublicAcls) - 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 CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicPolicy(Boolean blockPublicPolicy) - 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 CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder blockPublicPolicy(IResolvable blockPublicPolicy) - 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 CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder ignorePublicAcls(Boolean ignorePublicAcls) - 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 CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder ignorePublicAcls(IResolvable ignorePublicAcls) - 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 CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder restrictPublicBuckets(Boolean restrictPublicBuckets) - 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 CfnAccessPoint.PublicAccessBlockConfigurationProperty.Builder restrictPublicBuckets(IResolvable restrictPublicBuckets) - 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<CfnAccessPoint.PublicAccessBlockConfigurationProperty>
- Returns:
- a new instance of
CfnAccessPoint.PublicAccessBlockConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-