@Stability(value=Experimental)
public static interface EmrCreateCluster.ApplicationConfigProperty
extends software.amazon.jsii.JsiiSerializable
Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
See the RunJobFlow API for complete documentation on input parameters
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_Application.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.ApplicationConfigProperty.Builder
A builder for
EmrCreateCluster.ApplicationConfigProperty |
static class |
EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.ApplicationConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.ApplicationConfigProperty.Builder |
builder() |
default Map<String,String> |
getAdditionalInfo()
This option is for advanced users only.
|
default List<String> |
getArgs()
Arguments for Amazon EMR to pass to the application.
|
String |
getName()
The name of the application.
|
default String |
getVersion()
The version of the application.
|
@Stability(value=Experimental) String getName()
EXPERIMENTAL
@Stability(value=Experimental) default Map<String,String> getAdditionalInfo()
This is meta information about third-party applications that third-party vendors use for testing purposes.
Default: No additionalInfo
EXPERIMENTAL
@Stability(value=Experimental) default List<String> getArgs()
Default: No args
EXPERIMENTAL
@Stability(value=Experimental) default String getVersion()
Default: No version
EXPERIMENTAL
@Stability(value=Experimental) static EmrCreateCluster.ApplicationConfigProperty.Builder builder()
Copyright © 2020. All rights reserved.