@Stability(value=Experimental)
public static interface EmrCreateCluster.BootstrapActionConfigProperty
extends software.amazon.jsii.JsiiSerializable
See the RunJobFlow API for complete documentation on input parameters
https://docs.aws.amazon.com/emr/latest/APIReference/API_BootstrapActionConfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.BootstrapActionConfigProperty.Builder
A builder for
EmrCreateCluster.BootstrapActionConfigProperty |
static class |
EmrCreateCluster.BootstrapActionConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.BootstrapActionConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.BootstrapActionConfigProperty.Builder |
builder() |
String |
getName()
(experimental) The name of the bootstrap action.
|
EmrCreateCluster.ScriptBootstrapActionConfigProperty |
getScriptBootstrapAction()
(experimental) The script run by the bootstrap action.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @NotNull EmrCreateCluster.ScriptBootstrapActionConfigProperty getScriptBootstrapAction()
@Stability(value=Experimental) static EmrCreateCluster.BootstrapActionConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.