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 of the script to run during a bootstrap action.
|
copy
applyMutation, build
ScriptBootstrapActionConfig.Builder path(String path)
Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.
path
- Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a
local file system.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.