Interface StepExecutionFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StepExecutionFilter.Builder,StepExecutionFilter>,SdkBuilder<StepExecutionFilter.Builder,StepExecutionFilter>,SdkPojo
- Enclosing class:
- StepExecutionFilter
public static interface StepExecutionFilter.Builder extends SdkPojo, CopyableBuilder<StepExecutionFilter.Builder,StepExecutionFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepExecutionFilter.Builderkey(String key)One or more keys to limit the results.StepExecutionFilter.Builderkey(StepExecutionFilterKey key)One or more keys to limit the results.StepExecutionFilter.Buildervalues(String... values)The values of the filter key.StepExecutionFilter.Buildervalues(Collection<String> values)The values of the filter key.-
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
-
key
StepExecutionFilter.Builder key(String 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:
StepExecutionFilterKey,StepExecutionFilterKey
-
key
StepExecutionFilter.Builder key(StepExecutionFilterKey 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:
StepExecutionFilterKey,StepExecutionFilterKey
-
values
StepExecutionFilter.Builder values(Collection<String> 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
StepExecutionFilter.Builder values(String... 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.
-
-