StructuredPojo
, ToCopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
@Generated("software.amazon.awssdk:codegen") public class ScriptBootstrapActionConfig extends Object implements StructuredPojo, ToCopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
Configuration of the script to run during a bootstrap action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ScriptBootstrapActionConfig.Builder |
Modifier and Type | Method | 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) |
|
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() |
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.
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.