CopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
, SdkBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
public static interface ScriptBootstrapActionConfig.Builder extends CopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
Modifier and Type | Method | Description |
---|---|---|
ScriptBootstrapActionConfig.Builder |
args(String... args) |
A list of command line arguments to pass to the bootstrap action script.
|
ScriptBootstrapActionConfig.Builder |
args(Collection<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
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setArgs(java.util.Collection)
or #withArgs(java.util.Collection)
if you want to override the
existing values.
args
- A list of command line arguments to pass to the bootstrap action script.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.