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