Interface AutomationExecutionFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>,SdkBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>,SdkPojo
- Enclosing class:
- AutomationExecutionFilter
public static interface AutomationExecutionFilter.Builder extends SdkPojo, CopyableBuilder<AutomationExecutionFilter.Builder,AutomationExecutionFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutomationExecutionFilter.Builderkey(String key)One or more keys to limit the results.AutomationExecutionFilter.Builderkey(AutomationExecutionFilterKey key)One or more keys to limit the results.AutomationExecutionFilter.Buildervalues(String... values)The values used to limit the execution information associated with the filter's key.AutomationExecutionFilter.Buildervalues(Collection<String> values)The values used to limit the execution information associated with the filter's key.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
key
AutomationExecutionFilter.Builder key(String key)
One or more keys to limit the results.
- Parameters:
key- One or more keys to limit the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomationExecutionFilterKey,AutomationExecutionFilterKey
-
key
AutomationExecutionFilter.Builder key(AutomationExecutionFilterKey key)
One or more keys to limit the results.
- Parameters:
key- One or more keys to limit the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutomationExecutionFilterKey,AutomationExecutionFilterKey
-
values
AutomationExecutionFilter.Builder values(Collection<String> values)
The values used to limit the execution information associated with the filter's key.
- Parameters:
values- The values used to limit the execution information associated with the filter's key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
AutomationExecutionFilter.Builder values(String... values)
The values used to limit the execution information associated with the filter's key.
- Parameters:
values- The values used to limit the execution information associated with the filter's key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-