| Modifier and Type | Class and Description |
|---|---|
static class |
EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.PlacementTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.PlacementTypeProperty |
EmrCreateCluster.PlacementTypeProperty.Builder.build()
Builds the configured instance.
|
default EmrCreateCluster.PlacementTypeProperty |
EmrCreateCluster.InstancesConfigProperty.getPlacement()
(experimental) The Availability Zone in which the cluster runs.
|
EmrCreateCluster.PlacementTypeProperty |
EmrCreateCluster.InstancesConfigProperty.Jsii$Proxy.getPlacement() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.InstancesConfigProperty.Builder |
EmrCreateCluster.InstancesConfigProperty.Builder.placement(EmrCreateCluster.PlacementTypeProperty placement)
Sets the value of
EmrCreateCluster.InstancesConfigProperty.getPlacement() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> additionalMasterSecurityGroups,
List<String> additionalSlaveSecurityGroups,
String ec2KeyName,
String ec2SubnetId,
List<String> ec2SubnetIds,
String emrManagedMasterSecurityGroup,
String emrManagedSlaveSecurityGroup,
String hadoopVersion,
Number instanceCount,
List<? extends EmrCreateCluster.InstanceFleetConfigProperty> instanceFleets,
List<? extends EmrCreateCluster.InstanceGroupConfigProperty> instanceGroups,
String masterInstanceType,
EmrCreateCluster.PlacementTypeProperty placement,
String serviceAccessSecurityGroup,
String slaveInstanceType,
Boolean terminationProtected)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Copyright © 2020. All rights reserved.