public static interface ResolvedTargets.Builder extends SdkPojo, CopyableBuilder<ResolvedTargets.Builder,ResolvedTargets>
| Modifier and Type | Method and Description |
|---|---|
ResolvedTargets.Builder |
parameterValues(Collection<String> parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
|
ResolvedTargets.Builder |
parameterValues(String... parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
|
ResolvedTargets.Builder |
truncated(Boolean truncated)
A boolean value indicating whether the resolved target list is truncated.
|
copyapplyMutation, buildResolvedTargets.Builder parameterValues(Collection<String> parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.ResolvedTargets.Builder parameterValues(String... parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.ResolvedTargets.Builder truncated(Boolean truncated)
A boolean value indicating whether the resolved target list is truncated.
truncated - A boolean value indicating whether the resolved target list is truncated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.