StructuredPojo
, ToCopyableBuilder<EbsConfiguration.Builder,EbsConfiguration>
@Generated("software.amazon.awssdk:codegen") public class EbsConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<EbsConfiguration.Builder,EbsConfiguration>
The Amazon EBS configuration of a cluster instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EbsConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EbsConfiguration.Builder |
builder() |
|
List<EbsBlockDeviceConfig> |
ebsBlockDeviceConfigs() |
An array of Amazon EBS volume specifications attached to a cluster instance.
|
Boolean |
ebsOptimized() |
Indicates whether an Amazon EBS volume is EBS-optimized.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EbsConfiguration.Builder> |
serializableBuilderClass() |
|
EbsConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<EbsBlockDeviceConfig> ebsBlockDeviceConfigs()
An array of Amazon EBS volume specifications attached to a cluster instance.
public Boolean ebsOptimized()
Indicates whether an Amazon EBS volume is EBS-optimized.
public EbsConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EbsConfiguration.Builder,EbsConfiguration>
public static EbsConfiguration.Builder builder()
public static Class<? extends EbsConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.