Class VPCEConfigurationReference.Builder
java.lang.Object
software.amazon.awscdk.services.devicefarm.VPCEConfigurationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<VPCEConfigurationReference>
- Enclosing interface:
VPCEConfigurationReference
@Stability(Stable)
public static final class VPCEConfigurationReference.Builder
extends Object
implements software.amazon.jsii.Builder<VPCEConfigurationReference>
A builder for
VPCEConfigurationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpceConfigurationArn(String vpceConfigurationArn) Sets the value ofVPCEConfigurationReference.getVpceConfigurationArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpceConfigurationArn
@Stability(Stable) public VPCEConfigurationReference.Builder vpceConfigurationArn(String vpceConfigurationArn) Sets the value ofVPCEConfigurationReference.getVpceConfigurationArn()- Parameters:
vpceConfigurationArn- The Arn of the VPCEConfiguration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VPCEConfigurationReference>- Returns:
- a new instance of
VPCEConfigurationReference - Throws:
NullPointerException- if any required attribute was not provided
-