Class CfnWirelessDeviceImportTaskPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessDeviceImportTaskPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessDeviceImportTaskPropsMixin>
- Enclosing class:
CfnWirelessDeviceImportTaskPropsMixin
@Stability(Stable)
public static final class CfnWirelessDeviceImportTaskPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessDeviceImportTaskPropsMixin>
A fluent builder for
CfnWirelessDeviceImportTaskPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) destinationName(String destinationName) The name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.The Sidewalk-related information of the wireless device import task.sidewalk(IResolvable sidewalk) The Sidewalk-related information of the wireless device import task.Adds to or modifies the tags of the given resource.
-
Method Details
-
create
@Stability(Stable) public static CfnWirelessDeviceImportTaskPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWirelessDeviceImportTaskPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWirelessDeviceImportTaskPropsMixin.Builder.
-
destinationName
@Stability(Stable) public CfnWirelessDeviceImportTaskPropsMixin.Builder destinationName(String destinationName) The name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.- Parameters:
destinationName- The name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications. This parameter is required.- Returns:
this- See Also:
-
sidewalk
@Stability(Stable) public CfnWirelessDeviceImportTaskPropsMixin.Builder sidewalk(IResolvable sidewalk) The Sidewalk-related information of the wireless device import task.- Parameters:
sidewalk- The Sidewalk-related information of the wireless device import task. This parameter is required.- Returns:
this- See Also:
-
sidewalk
@Stability(Stable) public CfnWirelessDeviceImportTaskPropsMixin.Builder sidewalk(CfnWirelessDeviceImportTaskPropsMixin.SidewalkProperty sidewalk) The Sidewalk-related information of the wireless device import task.- Parameters:
sidewalk- The Sidewalk-related information of the wireless device import task. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnWirelessDeviceImportTaskPropsMixin.Builder tags(List<? extends CfnTag> tags) Adds to or modifies the tags of the given resource.Tags are metadata that you can use to manage a resource.
- Parameters:
tags- Adds to or modifies the tags of the given resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWirelessDeviceImportTaskPropsMixin>- Returns:
- a newly built instance of
CfnWirelessDeviceImportTaskPropsMixin.
-