Class CfnAppBlockBuilder.AccessEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appstream.CfnAppBlockBuilder.AccessEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppBlockBuilder.AccessEndpointProperty>
- Enclosing interface:
CfnAppBlockBuilder.AccessEndpointProperty
@Stability(Stable)
public static final class CfnAppBlockBuilder.AccessEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppBlockBuilder.AccessEndpointProperty>
A builder for
CfnAppBlockBuilder.AccessEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.endpointType(String endpointType) Sets the value ofCfnAppBlockBuilder.AccessEndpointProperty.getEndpointType()Sets the value ofCfnAppBlockBuilder.AccessEndpointProperty.getVpceId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointType
@Stability(Stable) public CfnAppBlockBuilder.AccessEndpointProperty.Builder endpointType(String endpointType) Sets the value ofCfnAppBlockBuilder.AccessEndpointProperty.getEndpointType()- Parameters:
endpointType- The type of interface endpoint. This parameter is required.- Returns:
this
-
vpceId
Sets the value ofCfnAppBlockBuilder.AccessEndpointProperty.getVpceId()- Parameters:
vpceId- The identifier (ID) of the VPC in which the interface endpoint is used. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppBlockBuilder.AccessEndpointProperty>- Returns:
- a new instance of
CfnAppBlockBuilder.AccessEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-