public static interface GetWirelessGatewayTaskDefinitionResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayTaskDefinitionResponse.Builder,GetWirelessGatewayTaskDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWirelessGatewayTaskDefinitionResponse.Builder |
arn(String arn)
The Amazon Resource Name of the resource.
|
GetWirelessGatewayTaskDefinitionResponse.Builder |
autoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current
version.
|
GetWirelessGatewayTaskDefinitionResponse.Builder |
name(String name)
The name of the resource.
|
default GetWirelessGatewayTaskDefinitionResponse.Builder |
update(Consumer<UpdateWirelessGatewayTaskCreate.Builder> update)
Information about the gateways to update.
|
GetWirelessGatewayTaskDefinitionResponse.Builder |
update(UpdateWirelessGatewayTaskCreate update)
Information about the gateways to update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWirelessGatewayTaskDefinitionResponse.Builder autoCreateTasks(Boolean autoCreateTasks)
Whether to automatically create tasks using this task definition for all gateways with the specified current
version. 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. If false, the task must me created by calling
CreateWirelessGatewayTask.GetWirelessGatewayTaskDefinitionResponse.Builder name(String name)
The name of the resource.
name - The name of the resource.GetWirelessGatewayTaskDefinitionResponse.Builder update(UpdateWirelessGatewayTaskCreate update)
Information about the gateways to update.
update - Information about the gateways to update.default GetWirelessGatewayTaskDefinitionResponse.Builder update(Consumer<UpdateWirelessGatewayTaskCreate.Builder> update)
Information about the gateways to update.
This is a convenience method that creates an instance of theUpdateWirelessGatewayTaskCreate.Builder
avoiding the need to create one manually via UpdateWirelessGatewayTaskCreate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to update(UpdateWirelessGatewayTaskCreate).
update - a consumer that will call methods on UpdateWirelessGatewayTaskCreate.Builderupdate(UpdateWirelessGatewayTaskCreate)GetWirelessGatewayTaskDefinitionResponse.Builder arn(String arn)
The Amazon Resource Name of the resource.
arn - The Amazon Resource Name of the resource.Copyright © 2023. All rights reserved.