ProfileResourceFormat.UpdateStages.WithInstancesCount Interface

public static interface ProfileResourceFormat.UpdateStages.WithInstancesCount

The stage of the ProfileResourceFormat update allowing to specify instancesCount.

Method Summary

Modifier and Type Method and Description
abstract Update withInstancesCount(Integer instancesCount)

Specifies the instancesCount property: The instance count..

Method Details

withInstancesCount

public abstract ProfileResourceFormat.Update withInstancesCount(Integer instancesCount)

Specifies the instancesCount property: The instance count..

Parameters:

instancesCount - The instance count.

Returns:

the next definition stage.

Applies to