public static interface StepExecutionFilter.Builder extends SdkPojo, CopyableBuilder<StepExecutionFilter.Builder,StepExecutionFilter>
Modifier and Type | Method and Description |
---|---|
StepExecutionFilter.Builder |
key(StepExecutionFilterKey key)
One or more keys to limit the results.
|
StepExecutionFilter.Builder |
key(String key)
One or more keys to limit the results.
|
StepExecutionFilter.Builder |
values(Collection<String> values)
The values of the filter key.
|
StepExecutionFilter.Builder |
values(String... values)
The values of the filter key.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
StepExecutionFilter.Builder key(String key)
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
key
- One or more keys to limit the results. Valid filter keys include the following: StepName, Action,
StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.StepExecutionFilterKey
,
StepExecutionFilterKey
StepExecutionFilter.Builder key(StepExecutionFilterKey key)
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
key
- One or more keys to limit the results. Valid filter keys include the following: StepName, Action,
StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.StepExecutionFilterKey
,
StepExecutionFilterKey
StepExecutionFilter.Builder values(Collection<String> values)
The values of the filter key.
values
- The values of the filter key.StepExecutionFilter.Builder values(String... values)
The values of the filter key.
values
- The values of the filter key.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.