public static interface AutomationExecutionFilter.Builder extends CopyableBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionFilter.Builder |
key(AutomationExecutionFilterKey key)
The aspect of the Automation execution information that should be limited.
|
AutomationExecutionFilter.Builder |
key(String key)
The aspect of the Automation execution information that should be limited.
|
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.
|
copyapply, buildAutomationExecutionFilter.Builder key(String key)
The aspect of the Automation execution information that should be limited.
key - The aspect of the Automation execution information that should be limited.AutomationExecutionFilterKey,
AutomationExecutionFilterKeyAutomationExecutionFilter.Builder key(AutomationExecutionFilterKey key)
The aspect of the Automation execution information that should be limited.
key - The aspect of the Automation execution information that should be limited.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.