Class CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty>
- Enclosing interface:
CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcId
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty.Builder vpcId(String vpcId) Sets the value ofCfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty.getVpcId()- Parameters:
vpcId- Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.- Returns:
this
-
build
@Stability(Stable) public CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty>- Returns:
- a new instance of
CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-