@Stability(value=Stable) public static final class CfnTaskDefinition.Builder extends Object implements software.amazon.jsii.Builder<CfnTaskDefinition>
CfnTaskDefinition.| Modifier and Type | Method and Description |
|---|---|
CfnTaskDefinition.Builder |
autoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current version.
|
CfnTaskDefinition.Builder |
autoCreateTasks(IResolvable autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current version.
|
CfnTaskDefinition |
build() |
static CfnTaskDefinition.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTaskDefinition.Builder |
loRaWanUpdateGatewayTaskEntry(CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty loRaWanUpdateGatewayTaskEntry)
`AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry`.
|
CfnTaskDefinition.Builder |
loRaWanUpdateGatewayTaskEntry(IResolvable loRaWanUpdateGatewayTaskEntry)
`AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry`.
|
CfnTaskDefinition.Builder |
name(String name)
The name of the new resource.
|
CfnTaskDefinition.Builder |
tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
CfnTaskDefinition.Builder |
taskDefinitionType(String taskDefinitionType)
`AWS::IoTWireless::TaskDefinition.TaskDefinitionType`.
|
CfnTaskDefinition.Builder |
update(CfnTaskDefinition.UpdateWirelessGatewayTaskCreateProperty update)
Information about the gateways to update.
|
CfnTaskDefinition.Builder |
update(IResolvable update)
Information about the gateways to update.
|
@Stability(value=Stable) public static CfnTaskDefinition.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder.@Stability(value=Stable) public CfnTaskDefinition.Builder autoCreateTasks(Boolean autoCreateTasks)
If false , the task must me created by calling CreateWirelessGatewayTask .
autoCreateTasks - Whether to automatically create tasks using this task definition for all gateways with the specified current version. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder autoCreateTasks(IResolvable autoCreateTasks)
If false , the task must me created by calling CreateWirelessGatewayTask .
autoCreateTasks - Whether to automatically create tasks using this task definition for all gateways with the specified current version. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder loRaWanUpdateGatewayTaskEntry(CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty loRaWanUpdateGatewayTaskEntry)
loRaWanUpdateGatewayTaskEntry - `AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry`. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder loRaWanUpdateGatewayTaskEntry(IResolvable loRaWanUpdateGatewayTaskEntry)
loRaWanUpdateGatewayTaskEntry - `AWS::IoTWireless::TaskDefinition.LoRaWANUpdateGatewayTaskEntry`. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder name(String name)
name - The name of the new resource. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder tags(List<? extends CfnTag> tags)
Tags can have a minimum of 0 and a maximum of 50 items.
tags - The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder taskDefinitionType(String taskDefinitionType)
taskDefinitionType - `AWS::IoTWireless::TaskDefinition.TaskDefinitionType`. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder update(CfnTaskDefinition.UpdateWirelessGatewayTaskCreateProperty update)
update - Information about the gateways to update. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.Builder update(IResolvable update)
update - Information about the gateways to update. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition build()
build in interface software.amazon.jsii.Builder<CfnTaskDefinition>Copyright © 2022. All rights reserved.