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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ResolvedTargets.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 © 2021. All rights reserved.