public static final class EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.PlacementTypeProperty
EmrCreateCluster.PlacementTypeProperty
EmrCreateCluster.PlacementTypeProperty.Builder, EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAvailabilityZone()
The Amazon EC2 Availability Zone for the cluster.
|
java.util.List<java.lang.String> |
getAvailabilityZones()
When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAvailabilityZone()
EmrCreateCluster.PlacementTypeProperty
AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.
Default: - EMR selected default
getAvailabilityZone
in interface EmrCreateCluster.PlacementTypeProperty
public final java.util.List<java.lang.String> getAvailabilityZones()
EmrCreateCluster.PlacementTypeProperty
AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups.
Default: - EMR selected default
getAvailabilityZones
in interface EmrCreateCluster.PlacementTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()