Interface StorageType.Builder

    • Method Detail

      • storageTypeName

        StorageType.Builder storageTypeName​(String storageTypeName)

        The name of the storage type.

        Parameters:
        storageTypeName - The name of the storage type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageSubTypeName

        StorageType.Builder storageSubTypeName​(String storageSubTypeName)

        The storage sub-type, such as gp3 or io1.

        Parameters:
        storageSubTypeName - The storage sub-type, such as gp3 or io1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageTypeLimits

        StorageType.Builder storageTypeLimits​(Collection<StorageTypeLimit> storageTypeLimits)

        Limits that are applicable for the given storage type.

        Parameters:
        storageTypeLimits - Limits that are applicable for the given storage type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageTypeLimits

        StorageType.Builder storageTypeLimits​(StorageTypeLimit... storageTypeLimits)

        Limits that are applicable for the given storage type.

        Parameters:
        storageTypeLimits - Limits that are applicable for the given storage type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.