| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.ApplicationConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.ApplicationConfigProperty |
EmrCreateCluster.ApplicationConfigProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<EmrCreateCluster.ApplicationConfigProperty> |
EmrCreateClusterProps.getApplications()
(experimental) A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
|
List<EmrCreateCluster.ApplicationConfigProperty> |
EmrCreateClusterProps.Jsii$Proxy.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.applications(List<? extends EmrCreateCluster.ApplicationConfigProperty> applications)
(experimental) A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.applications(List<? extends EmrCreateCluster.ApplicationConfigProperty> applications)
Sets the value of
EmrCreateClusterProps.getApplications() |
| Constructor and Description |
|---|
Jsii$Proxy(EmrCreateCluster.InstancesConfigProperty instances,
String name,
String additionalInfo,
List<? extends EmrCreateCluster.ApplicationConfigProperty> applications,
IRole autoScalingRole,
List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions,
IRole clusterRole,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
String customAmiId,
Size ebsRootVolumeSize,
EmrCreateCluster.KerberosAttributesProperty kerberosAttributes,
String logUri,
String releaseLabel,
EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior,
String securityConfiguration,
IRole serviceRole,
Map<String,String> tags,
Boolean visibleToAllUsers,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrCreateClusterProps.Builder. |
Copyright © 2021. All rights reserved.