@Stability(value=Stable) public static final class CfnStack.AccessEndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStack.AccessEndpointProperty>
CfnStack.AccessEndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStack.AccessEndpointProperty |
build()
Builds the configured instance.
|
CfnStack.AccessEndpointProperty.Builder |
endpointType(String endpointType)
Sets the value of
CfnStack.AccessEndpointProperty.getEndpointType() |
CfnStack.AccessEndpointProperty.Builder |
vpceId(String vpceId)
Sets the value of
CfnStack.AccessEndpointProperty.getVpceId() |
@Stability(value=Stable) public CfnStack.AccessEndpointProperty.Builder endpointType(String endpointType)
CfnStack.AccessEndpointProperty.getEndpointType()endpointType - The type of interface endpoint. This parameter is required.this@Stability(value=Stable) public CfnStack.AccessEndpointProperty.Builder vpceId(String vpceId)
CfnStack.AccessEndpointProperty.getVpceId()vpceId - The identifier (ID) of the VPC in which the interface endpoint is used. This parameter is required.this@Stability(value=Stable) public CfnStack.AccessEndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnStack.AccessEndpointProperty>CfnStack.AccessEndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.