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 Details

    • 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

      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: