Interface CreateOtaUpdateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateOtaUpdateResponse.Builder,CreateOtaUpdateResponse>
,IotResponse.Builder
,SdkBuilder<CreateOtaUpdateResponse.Builder,CreateOtaUpdateResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateOtaUpdateResponse
public static interface CreateOtaUpdateResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateOtaUpdateResponse.Builder,CreateOtaUpdateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateOtaUpdateResponse.Builder
awsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.CreateOtaUpdateResponse.Builder
awsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.CreateOtaUpdateResponse.Builder
otaUpdateArn(String otaUpdateArn)
The OTA update ARN.CreateOtaUpdateResponse.Builder
otaUpdateId(String otaUpdateId)
The OTA update ID.CreateOtaUpdateResponse.Builder
otaUpdateStatus(String otaUpdateStatus)
The OTA update status.CreateOtaUpdateResponse.Builder
otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.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 Detail
-
otaUpdateId
CreateOtaUpdateResponse.Builder otaUpdateId(String otaUpdateId)
The OTA update ID.
- Parameters:
otaUpdateId
- The OTA update ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsIotJobId
CreateOtaUpdateResponse.Builder awsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.
- Parameters:
awsIotJobId
- The IoT job ID associated with the OTA update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otaUpdateArn
CreateOtaUpdateResponse.Builder otaUpdateArn(String otaUpdateArn)
The OTA update ARN.
- Parameters:
otaUpdateArn
- The OTA update ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsIotJobArn
CreateOtaUpdateResponse.Builder awsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.
- Parameters:
awsIotJobArn
- The IoT job ARN associated with the OTA update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otaUpdateStatus
CreateOtaUpdateResponse.Builder otaUpdateStatus(String otaUpdateStatus)
The OTA update status.
- Parameters:
otaUpdateStatus
- The OTA update status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OTAUpdateStatus
,OTAUpdateStatus
-
otaUpdateStatus
CreateOtaUpdateResponse.Builder otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
- Parameters:
otaUpdateStatus
- The OTA update status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OTAUpdateStatus
,OTAUpdateStatus
-
-