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, sdkFieldscopyapplyMutation, buildAutomationExecutionFilter.Builder key(String key)
One or more keys to limit the results.
key - One or more keys to limit the results.AutomationExecutionFilterKey,
AutomationExecutionFilterKeyAutomationExecutionFilter.Builder key(AutomationExecutionFilterKey key)
One or more keys to limit the results.
key - One or more keys to limit the results.AutomationExecutionFilterKey,
AutomationExecutionFilterKeyAutomationExecutionFilter.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 © 2023. All rights reserved.