@Stability(value=Stable) public static final class CfnAccessPointProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPointProps>
CfnAccessPointProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAccessPointProps.Builder bucket(String bucket)
CfnAccessPointProps.getBucket()bucket - The name of the bucket associated with this access point. This parameter is required.this@Stability(value=Stable) public CfnAccessPointProps.Builder name(String name)
CfnAccessPointProps.getName()name - The name of this access point.
If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name.this@Stability(value=Stable) public CfnAccessPointProps.Builder policy(Object policy)
CfnAccessPointProps.getPolicy()policy - The access point policy associated with this access point.this@Stability(value=Stable) public CfnAccessPointProps.Builder policyStatus(Object policyStatus)
CfnAccessPointProps.getPolicyStatus()policyStatus - The container element for a bucket's policy status.this@Stability(value=Stable) public CfnAccessPointProps.Builder publicAccessBlockConfiguration(CfnAccessPoint.PublicAccessBlockConfigurationProperty publicAccessBlockConfiguration)
CfnAccessPointProps.getPublicAccessBlockConfiguration()publicAccessBlockConfiguration - The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide .this@Stability(value=Stable) public CfnAccessPointProps.Builder publicAccessBlockConfiguration(IResolvable publicAccessBlockConfiguration)
CfnAccessPointProps.getPublicAccessBlockConfiguration()publicAccessBlockConfiguration - The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket.
You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide .this@Stability(value=Stable) public CfnAccessPointProps.Builder vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration)
CfnAccessPointProps.getVpcConfiguration()vpcConfiguration - The Virtual Private Cloud (VPC) configuration for this access point, if one exists.this@Stability(value=Stable) public CfnAccessPointProps.Builder vpcConfiguration(IResolvable vpcConfiguration)
CfnAccessPointProps.getVpcConfiguration()vpcConfiguration - The Virtual Private Cloud (VPC) configuration for this access point, if one exists.this@Stability(value=Stable) public CfnAccessPointProps build()
build in interface software.amazon.jsii.Builder<CfnAccessPointProps>CfnAccessPointPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.