Class CfnDevicePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDevicePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDevicePropsMixin>
- Enclosing class:
CfnDevicePropsMixin
@Stability(Stable)
public static final class CfnDevicePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDevicePropsMixin>
A fluent builder for
CfnDevicePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDevicePropsMixin.Buildercreate()static CfnDevicePropsMixin.Buildercreate(CfnPropertyMixinOptions options) Edge device you want to create.device(IResolvable 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 CfnDevicePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDevicePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDevicePropsMixin.Builder.
-
device
Edge device you want to create.- Parameters:
device- Edge device you want to create. This parameter is required.- Returns:
this- See Also:
-
device
@Stability(Stable) public CfnDevicePropsMixin.Builder device(CfnDevicePropsMixin.DeviceProperty device) Edge device you want to create.- Parameters:
device- Edge device you want to create. This parameter is required.- Returns:
this- See Also:
-
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:
-
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
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDevicePropsMixin>- Returns:
- a newly built instance of
CfnDevicePropsMixin.
-