public static interface AutomationExecutionFilter.Builder extends SdkPojo, CopyableBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>
Modifier and Type | Method and Description |
---|---|
AutomationExecutionFilter.Builder |
key(AutomationExecutionFilterKey key)
One or more keys to limit the results.
|
AutomationExecutionFilter.Builder |
key(String key)
One or more keys to limit the results.
|
AutomationExecutionFilter.Builder |
values(Collection<String> values)
The values used to limit the execution information associated with the filter's key.
|
AutomationExecutionFilter.Builder |
values(String... values)
The values used to limit the execution information associated with the filter's key.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AutomationExecutionFilter.Builder key(String key)
One or more keys to limit the results.
key
- One or more keys to limit the results.AutomationExecutionFilterKey
,
AutomationExecutionFilterKey
AutomationExecutionFilter.Builder key(AutomationExecutionFilterKey key)
One or more keys to limit the results.
key
- One or more keys to limit the results.AutomationExecutionFilterKey
,
AutomationExecutionFilterKey
AutomationExecutionFilter.Builder values(Collection<String> values)
The values used to limit the execution information associated with the filter's key.
values
- The values used to limit the execution information associated with the filter's key.AutomationExecutionFilter.Builder values(String... values)
The values used to limit the execution information associated with the filter's key.
values
- The values used to limit the execution information associated with the filter's key.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.