Interface ValidVolumeOptions.Builder

    • Method Detail

      • volumeName

        ValidVolumeOptions.Builder volumeName​(String volumeName)

        The name of the additional storage volume.

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

        ValidVolumeOptions.Builder storage​(Collection<ValidStorageOptions> storage)

        The valid storage options for the additional storage volume.

        Parameters:
        storage - The valid storage options for the additional storage volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storage

        ValidVolumeOptions.Builder storage​(ValidStorageOptions... storage)

        The valid storage options for the additional storage volume.

        Parameters:
        storage - The valid storage options for the additional storage volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.