Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EbsBlockDeviceConfig> |
EbsConfiguration.ebsBlockDeviceConfigs |
Modifier and Type | Method and Description |
---|---|
EbsBlockDeviceConfig |
EbsBlockDeviceConfig.clone() |
EbsBlockDeviceConfig |
EbsBlockDeviceConfig.withVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size(GiB) that
will be requested for the EBS volume attached to an EC2 instance in the
cluster.
|
EbsBlockDeviceConfig |
EbsBlockDeviceConfig.withVolumesPerInstance(java.lang.Integer volumesPerInstance)
Number of EBS volumes with specific volume configuration, that will be
associated with every instance in the instance group
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EbsBlockDeviceConfig> |
EbsConfiguration.getEbsBlockDeviceConfigs() |
Modifier and Type | Method and Description |
---|---|
EbsConfiguration |
EbsConfiguration.withEbsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
EbsConfiguration.setEbsBlockDeviceConfigs(java.util.Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) |
EbsConfiguration |
EbsConfiguration.withEbsBlockDeviceConfigs(java.util.Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) |
Modifier and Type | Method and Description |
---|---|
EbsBlockDeviceConfig |
EbsBlockDeviceConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EbsBlockDeviceConfigJsonMarshaller.marshall(EbsBlockDeviceConfig ebsBlockDeviceConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|