Class CfnDevice.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnDevice.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDevice>
- Enclosing class:
CfnDevice
@Stability(Stable)
public static final class CfnDevice.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDevice>
A fluent builder for
CfnDevice
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnDevice.Builder
device
(IResolvable device) Edge device you want to create.device
(CfnDevice.DeviceProperty device) Edge device you want to create.deviceFleetName
(String deviceFleetName) The name of the fleet the device belongs to.An array of key-value pairs that contain metadata to help you categorize and organize your devices.
-
Method Details
-
create
@Stability(Stable) public static CfnDevice.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDevice.Builder
.
-
deviceFleetName
The name of the fleet the device belongs to.- Parameters:
deviceFleetName
- The name of the fleet the device belongs to. This parameter is required.- Returns:
this
- See Also:
-
device
Edge device you want to create.- Parameters:
device
- Edge device you want to create. This parameter is required.- Returns:
this
- See Also:
-
device
Edge device you want to create.- Parameters:
device
- Edge device you want to create. This parameter is required.- Returns:
this
- See Also:
-
tags
An array of key-value pairs that contain metadata to help you categorize and organize your devices.Each tag consists of a key and a value, both of which you define.
- Parameters:
tags
- An array of key-value pairs that contain metadata to help you categorize and organize your devices. This parameter is required.- Returns:
this
- See Also:
-
build
-