Class CfnAccessPointPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3outposts.CfnAccessPointPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPointPropsMixin>
- Enclosing class:
CfnAccessPointPropsMixin
@Stability(Stable)
public static final class CfnAccessPointPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPointPropsMixin>
A fluent builder for
CfnAccessPointPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point.build()create()create(CfnPropertyMixinOptions options) The name of this access point.The access point policy associated with this access point.vpcConfiguration(CfnAccessPointPropsMixin.VpcConfigurationProperty vpcConfiguration) The virtual private cloud (VPC) configuration for this access point, if one exists.vpcConfiguration(IResolvable vpcConfiguration) The virtual private cloud (VPC) configuration for this access point, if one exists.
-
Method Details
-
create
@Stability(Stable) public static CfnAccessPointPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAccessPointPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAccessPointPropsMixin.Builder.
-
bucket
The Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point.- Parameters:
bucket- The Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point. This parameter is required.- Returns:
this- See Also:
-
name
The name of this access point.- Parameters:
name- The name of this access point. This parameter is required.- Returns:
this- See Also:
-
policy
The access point policy associated with this access point.- Parameters:
policy- The access point policy associated with this access point. This parameter is required.- Returns:
this- See Also:
-
vpcConfiguration
@Stability(Stable) public CfnAccessPointPropsMixin.Builder vpcConfiguration(IResolvable vpcConfiguration) The virtual private cloud (VPC) configuration for this access point, if one exists.- Parameters:
vpcConfiguration- The virtual private cloud (VPC) configuration for this access point, if one exists. This parameter is required.- Returns:
this- See Also:
-
vpcConfiguration
@Stability(Stable) public CfnAccessPointPropsMixin.Builder vpcConfiguration(CfnAccessPointPropsMixin.VpcConfigurationProperty vpcConfiguration) The virtual private cloud (VPC) configuration for this access point, if one exists.- Parameters:
vpcConfiguration- The virtual private cloud (VPC) configuration for this access point, if one exists. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessPointPropsMixin>- Returns:
- a newly built instance of
CfnAccessPointPropsMixin.
-