Class CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty>
- Enclosing interface:
CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty
@Stability(Stable)
public static final class CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder name(String name) - Parameters:
name- the value to be set.- Returns:
this
-
state
@Stability(Stable) public CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder state(String state) - Parameters:
state- the value to be set.- Returns:
this
-
type
@Stability(Stable) public CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder type(String type) - Parameters:
type- the value to be set.- Returns:
this
-
value
@Stability(Stable) public CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder value(String value) - Parameters:
value- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty>- Returns:
- a new instance of
CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-