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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetWirelessGatewayTaskDefinitionResponse.Builderarn(String arn)The Amazon Resource Name of the resource.GetWirelessGatewayTaskDefinitionResponse.BuilderautoCreateTasks(Boolean autoCreateTasks)Whether to automatically create tasks using this task definition for all gateways with the specified current version.GetWirelessGatewayTaskDefinitionResponse.Buildername(String name)The name of the resource.default GetWirelessGatewayTaskDefinitionResponse.Builderupdate(Consumer<UpdateWirelessGatewayTaskCreate.Builder> update)Information about the gateways to update.GetWirelessGatewayTaskDefinitionResponse.Builderupdate(UpdateWirelessGatewayTaskCreate 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
autoCreateTasks
GetWirelessGatewayTaskDefinitionResponse.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 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
GetWirelessGatewayTaskDefinitionResponse.Builder name(String 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
GetWirelessGatewayTaskDefinitionResponse.Builder update(UpdateWirelessGatewayTaskCreate 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.Builderavoiding the need to create one manually viaUpdateWirelessGatewayTaskCreate.builder().When the
Consumercompletes,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:
update(UpdateWirelessGatewayTaskCreate)
-
arn
GetWirelessGatewayTaskDefinitionResponse.Builder arn(String 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.
-
-