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