public static interface AutomationExecutionFilter.Builder extends software.amazon.awssdk.utils.builder.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.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.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.
NOTE: This method appends the values to the existing list (if any). Use
#setValues(java.util.Collection) or #withValues(java.util.Collection) if you want to override
the existing values.
values - The values used to limit the execution information associated with the filter's key.Copyright © 2017. All rights reserved.