public static interface ResourceRequestStatusFilter.Builder extends SdkPojo, CopyableBuilder<ResourceRequestStatusFilter.Builder,ResourceRequestStatusFilter>
| Modifier and Type | Method and Description |
|---|---|
ResourceRequestStatusFilter.Builder |
operations(Collection<Operation> operations)
The operation types to include in the filter.
|
ResourceRequestStatusFilter.Builder |
operations(Operation... operations)
The operation types to include in the filter.
|
ResourceRequestStatusFilter.Builder |
operationStatuses(Collection<OperationStatus> operationStatuses)
The operation statuses to include in the filter.
|
ResourceRequestStatusFilter.Builder |
operationStatuses(OperationStatus... operationStatuses)
The operation statuses to include in the filter.
|
ResourceRequestStatusFilter.Builder |
operationStatusesWithStrings(Collection<String> operationStatuses)
The operation statuses to include in the filter.
|
ResourceRequestStatusFilter.Builder |
operationStatusesWithStrings(String... operationStatuses)
The operation statuses to include in the filter.
|
ResourceRequestStatusFilter.Builder |
operationsWithStrings(Collection<String> operations)
The operation types to include in the filter.
|
ResourceRequestStatusFilter.Builder |
operationsWithStrings(String... operations)
The operation types to include in the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceRequestStatusFilter.Builder operationsWithStrings(Collection<String> operations)
The operation types to include in the filter.
operations - The operation types to include in the filter.ResourceRequestStatusFilter.Builder operationsWithStrings(String... operations)
The operation types to include in the filter.
operations - The operation types to include in the filter.ResourceRequestStatusFilter.Builder operations(Collection<Operation> operations)
The operation types to include in the filter.
operations - The operation types to include in the filter.ResourceRequestStatusFilter.Builder operations(Operation... operations)
The operation types to include in the filter.
operations - The operation types to include in the filter.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.
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.
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.
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.
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.
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.
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.
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.
Copyright © 2023. All rights reserved.