@Stability(value=Experimental)
public static interface EmrCreateCluster.ScriptBootstrapActionConfigProperty
extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_ScriptBootstrapActionConfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder
A builder for
EmrCreateCluster.ScriptBootstrapActionConfigProperty |
static class |
EmrCreateCluster.ScriptBootstrapActionConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.ScriptBootstrapActionConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder |
builder() |
default List<String> |
getArgs()
A list of command line arguments to pass to the bootstrap action script.
|
String |
getPath()
Location of the script to run during a bootstrap action.
|
@Stability(value=Experimental) String getPath()
Can be either a location in Amazon S3 or on a local file system.
EXPERIMENTAL
@Stability(value=Experimental) default List<String> getArgs()
Default: No args
EXPERIMENTAL
@Stability(value=Experimental) static EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder builder()
Copyright © 2020. All rights reserved.