@Stability(value=Stable) public static final class CfnAccessPointProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPointProps>
CfnAccessPointProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPointProps.Builder |
bucket(String bucket)
Sets the value of
CfnAccessPointProps.getBucket() |
CfnAccessPointProps |
build()
Builds the configured instance.
|
CfnAccessPointProps.Builder |
name(String name)
Sets the value of
CfnAccessPointProps.getName() |
CfnAccessPointProps.Builder |
policy(Object policy)
Sets the value of
CfnAccessPointProps.getPolicy() |
CfnAccessPointProps.Builder |
vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration)
Sets the value of
CfnAccessPointProps.getVpcConfiguration() |
CfnAccessPointProps.Builder |
vpcConfiguration(IResolvable vpcConfiguration)
Sets the value of
CfnAccessPointProps.getVpcConfiguration() |
@Stability(value=Stable) public CfnAccessPointProps.Builder bucket(String bucket)
CfnAccessPointProps.getBucket()bucket - `AWS::S3Outposts::AccessPoint.Bucket`. This parameter is required.this@Stability(value=Stable) public CfnAccessPointProps.Builder name(String name)
CfnAccessPointProps.getName()name - `AWS::S3Outposts::AccessPoint.Name`. This parameter is required.this@Stability(value=Stable) public CfnAccessPointProps.Builder vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration)
CfnAccessPointProps.getVpcConfiguration()vpcConfiguration - `AWS::S3Outposts::AccessPoint.VpcConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnAccessPointProps.Builder vpcConfiguration(IResolvable vpcConfiguration)
CfnAccessPointProps.getVpcConfiguration()vpcConfiguration - `AWS::S3Outposts::AccessPoint.VpcConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnAccessPointProps.Builder policy(Object policy)
CfnAccessPointProps.getPolicy()policy - `AWS::S3Outposts::AccessPoint.Policy`.this@Stability(value=Stable) public CfnAccessPointProps build()
build in interface software.amazon.jsii.Builder<CfnAccessPointProps>CfnAccessPointPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.