CopyableBuilder<RunCommandParameters.Builder,RunCommandParameters>
, SdkBuilder<RunCommandParameters.Builder,RunCommandParameters>
public static interface RunCommandParameters.Builder extends CopyableBuilder<RunCommandParameters.Builder,RunCommandParameters>
Modifier and Type | Method | 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.
|
copy
apply, build
RunCommandParameters.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.
NOTE: This method appends the values to the existing list (if any). Use
#setRunCommandTargets(java.util.Collection)
or #withRunCommandTargets(java.util.Collection)
if you want to override the existing values.
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.