Interface ResourceRequestStatusFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceRequestStatusFilter.Builder,ResourceRequestStatusFilter>,SdkBuilder<ResourceRequestStatusFilter.Builder,ResourceRequestStatusFilter>,SdkPojo
- Enclosing class:
- ResourceRequestStatusFilter
public static interface ResourceRequestStatusFilter.Builder extends SdkPojo, CopyableBuilder<ResourceRequestStatusFilter.Builder,ResourceRequestStatusFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceRequestStatusFilter.Builderoperations(Collection<Operation> operations)The operation types to include in the filter.ResourceRequestStatusFilter.Builderoperations(Operation... operations)The operation types to include in the filter.ResourceRequestStatusFilter.BuilderoperationStatuses(Collection<OperationStatus> operationStatuses)The operation statuses to include in the filter.ResourceRequestStatusFilter.BuilderoperationStatuses(OperationStatus... operationStatuses)The operation statuses to include in the filter.ResourceRequestStatusFilter.BuilderoperationStatusesWithStrings(String... operationStatuses)The operation statuses to include in the filter.ResourceRequestStatusFilter.BuilderoperationStatusesWithStrings(Collection<String> operationStatuses)The operation statuses to include in the filter.ResourceRequestStatusFilter.BuilderoperationsWithStrings(String... operations)The operation types to include in the filter.ResourceRequestStatusFilter.BuilderoperationsWithStrings(Collection<String> operations)The operation types to include in the filter.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-
-