public static interface RunCommandParameters.Builder extends SdkPojo, 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(Consumer<RunCommandTarget.Builder>... 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.RunCommandParameters.Builder runCommandTargets(Consumer<RunCommandTarget.Builder>... runCommandTargets)
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
This is a convenience method that creates an instance of theRunCommandTarget.Builder avoiding the need to
create one manually via RunCommandTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #runCommandTargets(List.
runCommandTargets - a consumer that will call methods on
RunCommandTarget.Builder#runCommandTargets(java.util.Collection) Copyright © 2023. All rights reserved.