Interface GetWirelessGatewayTaskDefinitionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetWirelessGatewayTaskDefinitionResponse.Builder,
,GetWirelessGatewayTaskDefinitionResponse> IotWirelessResponse.Builder
,SdkBuilder<GetWirelessGatewayTaskDefinitionResponse.Builder,
,GetWirelessGatewayTaskDefinitionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetWirelessGatewayTaskDefinitionResponse
public static interface GetWirelessGatewayTaskDefinitionResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessGatewayTaskDefinitionResponse.Builder,GetWirelessGatewayTaskDefinitionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the resource.autoCreateTasks
(Boolean autoCreateTasks) Whether to automatically create tasks using this task definition for all gateways with the specified current version.The name of the resource.Information about the gateways to update.Information about the gateways to update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 callingCreateWirelessGatewayTask
.- Parameters:
autoCreateTasks
- Whether to automatically create tasks using this task definition for all gateways with the specified current version. Iffalse
, the task must me created by callingCreateWirelessGatewayTask
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource.
- Parameters:
name
- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
update
Information about the gateways to update.
- Parameters:
update
- Information about the gateways to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaUpdateWirelessGatewayTaskCreate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdate(UpdateWirelessGatewayTaskCreate)
.- Parameters:
update
- a consumer that will call methods onUpdateWirelessGatewayTaskCreate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The Amazon Resource Name of the resource.
- Parameters:
arn
- The Amazon Resource Name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-