public static final class CfnStack.AccessEndpointProperty.Builder
extends java.lang.Object
CfnStack.AccessEndpointProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStack.AccessEndpointProperty |
build()
Builds the configured instance.
|
CfnStack.AccessEndpointProperty.Builder |
endpointType(java.lang.String endpointType)
Sets the value of
CfnStack.AccessEndpointProperty.getEndpointType() |
CfnStack.AccessEndpointProperty.Builder |
vpceId(java.lang.String vpceId)
Sets the value of
CfnStack.AccessEndpointProperty.getVpceId() |
public CfnStack.AccessEndpointProperty.Builder endpointType(java.lang.String endpointType)
CfnStack.AccessEndpointProperty.getEndpointType()
endpointType
- The type of interface endpoint. This parameter is required.this
public CfnStack.AccessEndpointProperty.Builder vpceId(java.lang.String vpceId)
CfnStack.AccessEndpointProperty.getVpceId()
vpceId
- The identifier (ID) of the VPC in which the interface endpoint is used. This parameter is required.this
public CfnStack.AccessEndpointProperty build()
CfnStack.AccessEndpointProperty
java.lang.NullPointerException
- if any required attribute was not provided