public static interface ScriptBootstrapActionConfig.Builder extends SdkPojo, CopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
| Modifier and Type | Method and Description |
|---|---|
ScriptBootstrapActionConfig.Builder |
args(Collection<String> args)
A list of command line arguments to pass to the bootstrap action script.
|
ScriptBootstrapActionConfig.Builder |
args(String... args)
A list of command line arguments to pass to the bootstrap action script.
|
ScriptBootstrapActionConfig.Builder |
path(String path)
Location in Amazon S3 of the script to run during a bootstrap action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScriptBootstrapActionConfig.Builder path(String path)
Location in Amazon S3 of the script to run during a bootstrap action.
path - Location in Amazon S3 of the script to run during a bootstrap action.ScriptBootstrapActionConfig.Builder args(Collection<String> args)
A list of command line arguments to pass to the bootstrap action script.
args - A list of command line arguments to pass to the bootstrap action script.ScriptBootstrapActionConfig.Builder args(String... args)
A list of command line arguments to pass to the bootstrap action script.
args - A list of command line arguments to pass to the bootstrap action script.Copyright © 2022. All rights reserved.