Interface ExtractionJobFilterInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExtractionJobFilterInput.Builder,,ExtractionJobFilterInput> SdkBuilder<ExtractionJobFilterInput.Builder,,ExtractionJobFilterInput> SdkPojo
- Enclosing class:
- ExtractionJobFilterInput
@Mutable
@NotThreadSafe
public static interface ExtractionJobFilterInput.Builder
extends SdkPojo, CopyableBuilder<ExtractionJobFilterInput.Builder,ExtractionJobFilterInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the actor.The unique identifier of the session.The status of the extraction job.status(ExtractionJobStatus status) The status of the extraction job.strategyId(String strategyId) The memory strategy identifier to filter extraction jobs by.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
-
strategyId
The memory strategy identifier to filter extraction jobs by. If specified, only extraction jobs with this strategy ID are returned.
- Parameters:
strategyId- The memory strategy identifier to filter extraction jobs by. If specified, only extraction jobs with this strategy ID are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique identifier of the session. If specified, only extraction jobs with this session ID are returned.
- Parameters:
sessionId- The unique identifier of the session. If specified, only extraction jobs with this session ID are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actorId
The identifier of the actor. If specified, only extraction jobs with this actor ID are returned.
- Parameters:
actorId- The identifier of the actor. If specified, only extraction jobs with this actor ID are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the extraction job. If specified, only extraction jobs with this status are returned.
- Parameters:
status- The status of the extraction job. If specified, only extraction jobs with this status are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the extraction job. If specified, only extraction jobs with this status are returned.
- Parameters:
status- The status of the extraction job. If specified, only extraction jobs with this status are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-