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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.PlacementTypeProperty
EmrCreateCluster.PlacementTypeProperty.Builder, EmrCreateCluster.PlacementTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrCreateCluster.PlacementTypeProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe 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 inthashCode()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.PlacementTypePropertyThe 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:
getAvailabilityZonein interfaceEmrCreateCluster.PlacementTypeProperty
-
getAvailabilityZones
Description copied from interface:EmrCreateCluster.PlacementTypePropertyWhen 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:
getAvailabilityZonesin interfaceEmrCreateCluster.PlacementTypeProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-