Interface KxSavedownStorageConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KxSavedownStorageConfiguration.Builder,KxSavedownStorageConfiguration>,SdkBuilder<KxSavedownStorageConfiguration.Builder,KxSavedownStorageConfiguration>,SdkPojo
- Enclosing class:
- KxSavedownStorageConfiguration
public static interface KxSavedownStorageConfiguration.Builder extends SdkPojo, CopyableBuilder<KxSavedownStorageConfiguration.Builder,KxSavedownStorageConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KxSavedownStorageConfiguration.Buildersize(Integer size)The size of temporary storage in gibibytes.KxSavedownStorageConfiguration.Buildertype(String type)The type of writeable storage space for temporarily storing your savedown data.KxSavedownStorageConfiguration.Buildertype(KxSavedownStorageType type)The type of writeable storage space for temporarily storing your savedown data.KxSavedownStorageConfiguration.BuildervolumeName(String volumeName)The name of the kdb volume that you want to use as writeable save-down storage for clusters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
KxSavedownStorageConfiguration.Builder type(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxSavedownStorageType,KxSavedownStorageType
-
-
type
KxSavedownStorageConfiguration.Builder type(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxSavedownStorageType,KxSavedownStorageType
-
-
size
KxSavedownStorageConfiguration.Builder size(Integer size)
The size of temporary storage in gibibytes.
- Parameters:
size- The size of temporary storage in gibibytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeName
KxSavedownStorageConfiguration.Builder volumeName(String volumeName)
The name of the kdb volume that you want to use as writeable save-down storage for clusters.
- Parameters:
volumeName- The name of the kdb volume that you want to use as writeable save-down storage for clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-