@Generated(value="software.amazon.awssdk:codegen") public final class ScriptBootstrapActionConfig extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
path()
Location of the script to run during a bootstrap action.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.