Interface CreateOtaTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateOtaTaskResponse.Builder,
,CreateOtaTaskResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<CreateOtaTaskResponse.Builder,
,CreateOtaTaskResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateOtaTaskResponse
@Mutable
@NotThreadSafe
public static interface CreateOtaTaskResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<CreateOtaTaskResponse.Builder,CreateOtaTaskResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the over-the-air (OTA) task.The Amazon Resource Name (ARN) of the over-the-air (OTA) task.The identifier of the over-the-air (OTA) task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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 Details
-
taskId
The identifier of the over-the-air (OTA) task.
- Parameters:
taskId
- The identifier of the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskArn
The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
- Parameters:
taskArn
- The Amazon Resource Name (ARN) of the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the over-the-air (OTA) task.
- Parameters:
description
- A description of the over-the-air (OTA) task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-