CopyableBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>
, SdkBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>
public static interface AutomationExecutionFilter.Builder extends CopyableBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>
Modifier and Type | Method | Description |
---|---|---|
AutomationExecutionFilter.Builder |
key(String key) |
The aspect of the Automation execution information that should be limited.
|
AutomationExecutionFilter.Builder |
key(AutomationExecutionFilterKey key) |
The aspect of the Automation execution information that should be limited.
|
AutomationExecutionFilter.Builder |
values(String... values) |
The values used to limit the execution information associated with the filter's key.
|
AutomationExecutionFilter.Builder |
values(Collection<String> values) |
The values used to limit the execution information associated with the filter's key.
|
copy
apply, build
AutomationExecutionFilter.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
AutomationExecutionFilter.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
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.
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 Amazon Web Services, Inc. All Rights Reserved.