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