Uses of Interface
software.amazon.awssdk.services.emr.model.PlacementType.Builder
-
Packages that use PlacementType.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of PlacementType.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return PlacementType.Builder Modifier and Type Method Description PlacementType.BuilderPlacementType.Builder. availabilityZone(String availabilityZone)The Amazon EC2 Availability Zone for the cluster.PlacementType.BuilderPlacementType.Builder. availabilityZones(String... availabilityZones)When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone.PlacementType.BuilderPlacementType.Builder. availabilityZones(Collection<String> availabilityZones)When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone.static PlacementType.BuilderPlacementType. builder()PlacementType.BuilderPlacementType. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type PlacementType.Builder Modifier and Type Method Description static Class<? extends PlacementType.Builder>PlacementType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type PlacementType.Builder Modifier and Type Method Description default JobFlowInstancesConfig.BuilderJobFlowInstancesConfig.Builder. placement(Consumer<PlacementType.Builder> placement)The Availability Zone in which the cluster runs.
-