Interface ResourceRequestStatusFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceRequestStatusFilter.Builder,,ResourceRequestStatusFilter> SdkBuilder<ResourceRequestStatusFilter.Builder,,ResourceRequestStatusFilter> SdkPojo
- Enclosing class:
- ResourceRequestStatusFilter
-
Method Summary
Modifier and TypeMethodDescriptionoperations(Collection<Operation> operations) The operation types to include in the filter.operations(Operation... operations) The operation types to include in the filter.operationStatuses(Collection<OperationStatus> operationStatuses) The operation statuses to include in the filter.operationStatuses(OperationStatus... operationStatuses) The operation statuses to include in the filter.operationStatusesWithStrings(String... operationStatuses) The operation statuses to include in the filter.operationStatusesWithStrings(Collection<String> operationStatuses) The operation statuses to include in the filter.operationsWithStrings(String... operations) The operation types to include in the filter.operationsWithStrings(Collection<String> operations) The operation types to include in the filter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
operationsWithStrings
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
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
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
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.
-
-