Interface Volume.DefinitionStages.WithSnapshotId

All Known Subinterfaces:
Volume.Definition, Volume.DefinitionStages.WithCreate
Enclosing interface:
Volume.DefinitionStages

public static interface Volume.DefinitionStages.WithSnapshotId
The stage of the Volume definition allowing to specify snapshotId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSnapshotId(String snapshotId)
    Specifies the snapshotId property: Snapshot ID UUID v4 or resource identifier used to identify the Snapshot..
  • Method Details

    • withSnapshotId

      Volume.DefinitionStages.WithCreate withSnapshotId(String snapshotId)
      Specifies the snapshotId property: Snapshot ID UUID v4 or resource identifier used to identify the Snapshot..
      Parameters:
      snapshotId - Snapshot ID UUID v4 or resource identifier used to identify the Snapshot.
      Returns:
      the next definition stage.