| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.EbsBlockDeviceVolumeType |
EmrCreateCluster.VolumeSpecificationProperty.getVolumeType()
(experimental) The volume type.
|
EmrCreateCluster.EbsBlockDeviceVolumeType |
EmrCreateCluster.VolumeSpecificationProperty.Jsii$Proxy.getVolumeType() |
static EmrCreateCluster.EbsBlockDeviceVolumeType |
EmrCreateCluster.EbsBlockDeviceVolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.EbsBlockDeviceVolumeType[] |
EmrCreateCluster.EbsBlockDeviceVolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.VolumeSpecificationProperty.Builder |
EmrCreateCluster.VolumeSpecificationProperty.Builder.volumeType(EmrCreateCluster.EbsBlockDeviceVolumeType volumeType)
Sets the value of
EmrCreateCluster.VolumeSpecificationProperty.getVolumeType() |
| Constructor and Description |
|---|
Jsii$Proxy(Size volumeSize,
EmrCreateCluster.EbsBlockDeviceVolumeType volumeType,
Number iops)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Copyright © 2021. All rights reserved.