Interface ResourceRequestStatusFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceRequestStatusFilter.Builder,ResourceRequestStatusFilter>, SdkBuilder<ResourceRequestStatusFilter.Builder,ResourceRequestStatusFilter>, SdkPojo
Enclosing class:
ResourceRequestStatusFilter

@Mutable @NotThreadSafe public static interface ResourceRequestStatusFilter.Builder extends SdkPojo, CopyableBuilder<ResourceRequestStatusFilter.Builder,ResourceRequestStatusFilter>
  • Method Details

    • 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

      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

      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.