Class EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
EmrCreateCluster.PlacementTypeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EmrCreateCluster.PlacementTypeProperty
@Stability(Stable)
@Internal
public static final class EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmrCreateCluster.PlacementTypeProperty
An implementation for
EmrCreateCluster.PlacementTypeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.PlacementTypeProperty
EmrCreateCluster.PlacementTypeProperty.Builder, EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEmrCreateCluster.PlacementTypeProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Amazon EC2 Availability Zone for the cluster.When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEmrCreateCluster.PlacementTypeProperty.Builder
.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:EmrCreateCluster.PlacementTypeProperty
The Amazon EC2 Availability Zone for the cluster.AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.
Default: - EMR selected default
- Specified by:
getAvailabilityZone
in interfaceEmrCreateCluster.PlacementTypeProperty
-
getAvailabilityZones
Description copied from interface:EmrCreateCluster.PlacementTypeProperty
When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone.AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups.
Default: - EMR selected default
- Specified by:
getAvailabilityZones
in interfaceEmrCreateCluster.PlacementTypeProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-