@Stability(value=Stable)
public static interface CfnCluster.PlacementTypeProperty
extends software.amazon.jsii.JsiiSerializable
PlacementType determines the Amazon EC2 Availability Zone configuration of the cluster (job flow).
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.emr.*;
PlacementTypeProperty placementTypeProperty = PlacementTypeProperty.builder()
.availabilityZone("availabilityZone")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.PlacementTypeProperty.Builder
A builder for
CfnCluster.PlacementTypeProperty |
static class |
CfnCluster.PlacementTypeProperty.Jsii$Proxy
An implementation for
CfnCluster.PlacementTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.PlacementTypeProperty.Builder |
builder() |
String |
getAvailabilityZone()
The Amazon EC2 Availability Zone for the cluster.
|
@Stability(value=Stable) @NotNull String getAvailabilityZone()
AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.
@Stability(value=Stable) static CfnCluster.PlacementTypeProperty.Builder builder()
Copyright © 2022. All rights reserved.