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. Valid filter keys include the following: DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, TargetResourceGroup.
key - One or more keys to limit the results. Valid filter keys include the following: DocumentNamePrefix,
ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter,
TargetResourceGroup.AutomationExecutionFilterKey,
AutomationExecutionFilterKeyAutomationExecutionFilter.Builder key(AutomationExecutionFilterKey key)
One or more keys to limit the results. Valid filter keys include the following: DocumentNamePrefix, ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter, TargetResourceGroup.
key - One or more keys to limit the results. Valid filter keys include the following: DocumentNamePrefix,
ExecutionStatus, ExecutionId, ParentExecutionId, CurrentAction, StartTimeBefore, StartTimeAfter,
TargetResourceGroup.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 © 2021. All rights reserved.