Interface ResourceRequestStatusFilter.Builder

    • Method Detail

      • operationsWithStrings

        ResourceRequestStatusFilter.Builder operationsWithStrings​(Collection<String> operations)

        The operation types to include in the filter.

        Parameters:
        operations - The operation types to include in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationsWithStrings

        ResourceRequestStatusFilter.Builder operationsWithStrings​(String... operations)

        The operation types to include in the filter.

        Parameters:
        operations - The operation types to include in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operations

        ResourceRequestStatusFilter.Builder operations​(Collection<Operation> operations)

        The operation types to include in the filter.

        Parameters:
        operations - The operation types to include in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operations

        ResourceRequestStatusFilter.Builder operations​(Operation... operations)

        The operation types to include in the filter.

        Parameters:
        operations - The operation types to include in the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationStatusesWithStrings

        ResourceRequestStatusFilter.Builder operationStatusesWithStrings​(Collection<String> operationStatuses)

        The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Parameters:
        operationStatuses - The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationStatusesWithStrings

        ResourceRequestStatusFilter.Builder operationStatusesWithStrings​(String... operationStatuses)

        The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Parameters:
        operationStatuses - The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationStatuses

        ResourceRequestStatusFilter.Builder operationStatuses​(Collection<OperationStatus> operationStatuses)

        The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Parameters:
        operationStatuses - The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationStatuses

        ResourceRequestStatusFilter.Builder operationStatuses​(OperationStatus... operationStatuses)

        The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Parameters:
        operationStatuses - The operation statuses to include in the filter.

        • PENDING: The operation has been requested, but not yet initiated.

        • IN_PROGRESS: The operation is in progress.

        • SUCCESS: The operation completed.

        • FAILED: The operation failed.

        • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

        • CANCEL_COMPLETE: The operation has been canceled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.