@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
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()
(experimental) This option is for advanced users only.
|
default List<String> |
getArgs()
(experimental) Arguments for Amazon EMR to pass to the application.
|
String |
getName()
(experimental) The name of the application.
|
default String |
getVersion()
(experimental) The version of the application.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @Nullable default Map<String,String> getAdditionalInfo()
This is meta information about third-party applications that third-party vendors use for testing purposes.
Default: No additionalInfo
@Stability(value=Experimental) @Nullable default List<String> getArgs()
Default: No args
@Stability(value=Experimental) @Nullable default String getVersion()
Default: No version
@Stability(value=Experimental) static EmrCreateCluster.ApplicationConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.