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 Details

    • 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:
    • 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:
    • 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

      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.