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