Volume.DefinitionStages.WithSnapshotId Interface

public static interface Volume.DefinitionStages.WithSnapshotId

The stage of the Volume definition allowing to specify snapshotId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSnapshotId(String snapshotId)

Specifies the snapshotId property: Snapshot ID UUID v4 or resource identifier used to identify the Snapshot..

Method Details

withSnapshotId

public abstract 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.

Applies to