Volume.DefinitionStages.WithIsLargeVolume Interface

public static interface Volume.DefinitionStages.WithIsLargeVolume

The stage of the Volume definition allowing to specify isLargeVolume.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsLargeVolume(Boolean isLargeVolume)

Specifies the isLargeVolume property: Is Large Volume Specifies whether volume is a Large Volume or Regular Volume..

Method Details

withIsLargeVolume

public abstract Volume.DefinitionStages.WithCreate withIsLargeVolume(Boolean isLargeVolume)

Specifies the isLargeVolume property: Is Large Volume Specifies whether volume is a Large Volume or Regular Volume..

Parameters:

isLargeVolume - Is Large Volume Specifies whether volume is a Large Volume or Regular Volume.

Returns:

the next definition stage.

Applies to