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