@Stability(value=Stable) public static final class CfnAccessPoint.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPoint>
CfnAccessPoint.| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.Builder |
bucket(String bucket)
The Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point.
|
CfnAccessPoint |
build() |
static CfnAccessPoint.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAccessPoint.Builder |
name(String name)
The name of this access point.
|
CfnAccessPoint.Builder |
policy(Object policy)
The access point policy associated with this access point.
|
CfnAccessPoint.Builder |
vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration)
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
CfnAccessPoint.Builder |
vpcConfiguration(IResolvable vpcConfiguration)
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
@Stability(value=Stable) public static CfnAccessPoint.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAccessPoint.VpcConfigurationProperty.Builder.@Stability(value=Stable) public CfnAccessPoint.Builder bucket(String bucket)
bucket - The Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder name(String name)
name - The name of this access point. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder vpcConfiguration(CfnAccessPoint.VpcConfigurationProperty vpcConfiguration)
vpcConfiguration - The virtual private cloud (VPC) configuration for this access point, if one exists. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder vpcConfiguration(IResolvable vpcConfiguration)
vpcConfiguration - The virtual private cloud (VPC) configuration for this access point, if one exists. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder policy(Object policy)
policy - The access point policy associated with this access point. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint build()
build in interface software.amazon.jsii.Builder<CfnAccessPoint>Copyright © 2022. All rights reserved.