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