public static interface RunCommandParameters.Builder extends CopyableBuilder<RunCommandParameters.Builder,RunCommandParameters>
| Modifier and Type | Method and Description |
|---|---|
RunCommandParameters.Builder |
runCommandTargets(Collection<RunCommandTarget> runCommandTargets)
Currently, we support including only one RunCommandTarget block, which specifies either an array of
InstanceIds or a tag.
|
RunCommandParameters.Builder |
runCommandTargets(RunCommandTarget... runCommandTargets)
Currently, we support including only one RunCommandTarget block, which specifies either an array of
InstanceIds or a tag.
|
copyapply, buildRunCommandParameters.Builder runCommandTargets(Collection<RunCommandTarget> runCommandTargets)
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of
InstanceIds or a tag.RunCommandParameters.Builder runCommandTargets(RunCommandTarget... runCommandTargets)
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of
InstanceIds or a tag.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.