Class CfnVPCEConfigurationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnVPCEConfigurationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPCEConfigurationMixinProps>
- Enclosing interface:
CfnVPCEConfigurationMixinProps
@Stability(Stable)
public static final class CfnVPCEConfigurationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPCEConfigurationMixinProps>
A builder for
CfnVPCEConfigurationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.serviceDnsName(String serviceDnsName) Sets the value ofCfnVPCEConfigurationMixinProps.getServiceDnsName()Sets the value ofCfnVPCEConfigurationMixinProps.getTags()vpceConfigurationDescription(String vpceConfigurationDescription) Sets the value ofCfnVPCEConfigurationMixinProps.getVpceConfigurationDescription()vpceConfigurationName(String vpceConfigurationName) Sets the value ofCfnVPCEConfigurationMixinProps.getVpceConfigurationName()vpceServiceName(String vpceServiceName) Sets the value ofCfnVPCEConfigurationMixinProps.getVpceServiceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
serviceDnsName
@Stability(Stable) public CfnVPCEConfigurationMixinProps.Builder serviceDnsName(String serviceDnsName) Sets the value ofCfnVPCEConfigurationMixinProps.getServiceDnsName()- Parameters:
serviceDnsName- The DNS name that Device Farm will use to map to the private service you want to access.- Returns:
this
-
tags
Sets the value ofCfnVPCEConfigurationMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .- Returns:
this
-
vpceConfigurationDescription
@Stability(Stable) public CfnVPCEConfigurationMixinProps.Builder vpceConfigurationDescription(String vpceConfigurationDescription) Sets the value ofCfnVPCEConfigurationMixinProps.getVpceConfigurationDescription()- Parameters:
vpceConfigurationDescription- An optional description that provides details about your VPC endpoint configuration.- Returns:
this
-
vpceConfigurationName
@Stability(Stable) public CfnVPCEConfigurationMixinProps.Builder vpceConfigurationName(String vpceConfigurationName) Sets the value ofCfnVPCEConfigurationMixinProps.getVpceConfigurationName()- Parameters:
vpceConfigurationName- The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.- Returns:
this
-
vpceServiceName
@Stability(Stable) public CfnVPCEConfigurationMixinProps.Builder vpceServiceName(String vpceServiceName) Sets the value ofCfnVPCEConfigurationMixinProps.getVpceServiceName()- Parameters:
vpceServiceName- The name of the VPC endpoint service that you want to access from Device Farm. The name follows the formatcom.amazonaws.vpce.us-west-2.vpce-svc-id.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPCEConfigurationMixinProps>- Returns:
- a new instance of
CfnVPCEConfigurationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-