Interface OperationStatusFilter.Builder

    • Method Detail

      • status

        OperationStatusFilter.Builder status​(String status)

        Filters the list operations result based on the status attribute.

        Parameters:
        status - Filters the list operations result based on the status attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusValues, StatusValues
      • status

        OperationStatusFilter.Builder status​(StatusValues status)

        Filters the list operations result based on the status attribute.

        Parameters:
        status - Filters the list operations result based on the status attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusValues, StatusValues