Interface KxSavedownStorageConfiguration.Builder

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