Interface SetStatusRequest.Builder

    • Method Detail

      • pipelineId

        SetStatusRequest.Builder pipelineId​(String pipelineId)

        The ID of the pipeline that contains the objects.

        Parameters:
        pipelineId - The ID of the pipeline that contains the objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIds

        SetStatusRequest.Builder objectIds​(Collection<String> objectIds)

        The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

        Parameters:
        objectIds - The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIds

        SetStatusRequest.Builder objectIds​(String... objectIds)

        The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

        Parameters:
        objectIds - The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        SetStatusRequest.Builder status​(String status)

        The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

        Parameters:
        status - The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.