@Generated(value="software.amazon.awssdk:codegen") public final class ScriptBootstrapActionConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
Configuration of the script to run during a bootstrap action.
Modifier and Type | Class and Description |
---|---|
static interface |
ScriptBootstrapActionConfig.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
args()
A list of command line arguments to pass to the bootstrap action script.
|
static ScriptBootstrapActionConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
path()
Location of the script to run during a bootstrap action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScriptBootstrapActionConfig.Builder> |
serializableBuilderClass() |
ScriptBootstrapActionConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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.
public List<String> args()
A list of command line arguments to pass to the bootstrap action script.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ScriptBootstrapActionConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
public static ScriptBootstrapActionConfig.Builder builder()
public static Class<? extends ScriptBootstrapActionConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.