Interface DeleteOtaUpdateRequest.Builder

  • Method Details

    • otaUpdateId

      DeleteOtaUpdateRequest.Builder otaUpdateId(String otaUpdateId)

      The ID of the OTA update to delete.

      Parameters:
      otaUpdateId - The ID of the OTA update to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteStream

      DeleteOtaUpdateRequest.Builder deleteStream(Boolean deleteStream)

      When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.

      Parameters:
      deleteStream - When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceDeleteAWSJob

      DeleteOtaUpdateRequest.Builder forceDeleteAWSJob(Boolean forceDeleteAWSJob)

      When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.

      Parameters:
      forceDeleteAWSJob - When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteOtaUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.