Interface StepExecutionFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StepExecutionFilter.Builder,,StepExecutionFilter> SdkBuilder<StepExecutionFilter.Builder,,StepExecutionFilter> SdkPojo
- Enclosing class:
- StepExecutionFilter
@Mutable
@NotThreadSafe
public static interface StepExecutionFilter.Builder
extends SdkPojo, CopyableBuilder<StepExecutionFilter.Builder,StepExecutionFilter>
-
Method Summary
Modifier and TypeMethodDescriptionOne or more keys to limit the results.One or more keys to limit the results.The values of the filter key.values(Collection<String> values) The values of the filter key.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
-
key
One or more keys to limit the results.
- Parameters:
key- One or more keys to limit the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
One or more keys to limit the results.
- Parameters:
key- One or more keys to limit the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The values of the filter key.
- Parameters:
values- The values of the filter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values of the filter key.
- Parameters:
values- The values of the filter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-