@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxSavedownStorageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The size and type of temporary storage that is used to hold data during the savedown process. All the data written to this storage space is lost when the cluster node is restarted.
| Constructor and Description |
|---|
KxSavedownStorageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KxSavedownStorageConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getSize()
The size of temporary storage in gibibytes.
|
String |
getType()
The type of writeable storage space for temporarily storing your savedown data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSize(Integer size)
The size of temporary storage in gibibytes.
|
void |
setType(String type)
The type of writeable storage space for temporarily storing your savedown data.
|
String |
toString()
Returns a string representation of this object.
|
KxSavedownStorageConfiguration |
withSize(Integer size)
The size of temporary storage in gibibytes.
|
KxSavedownStorageConfiguration |
withType(KxSavedownStorageType type)
The type of writeable storage space for temporarily storing your savedown data.
|
KxSavedownStorageConfiguration |
withType(String type)
The type of writeable storage space for temporarily storing your savedown data.
|
public void setType(String type)
The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
type - The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
KxSavedownStorageTypepublic String getType()
The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
KxSavedownStorageTypepublic KxSavedownStorageConfiguration withType(String type)
The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
type - The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
KxSavedownStorageTypepublic KxSavedownStorageConfiguration withType(KxSavedownStorageType type)
The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
type - The type of writeable storage space for temporarily storing your savedown data. The valid values are:
SDS01 – This type represents 3000 IOPS and io2 ebs volume type.
KxSavedownStorageTypepublic void setSize(Integer size)
The size of temporary storage in gibibytes.
size - The size of temporary storage in gibibytes.public Integer getSize()
The size of temporary storage in gibibytes.
public KxSavedownStorageConfiguration withSize(Integer size)
The size of temporary storage in gibibytes.
size - The size of temporary storage in gibibytes.public String toString()
toString in class ObjectObject.toString()public KxSavedownStorageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.