RemoteRenderingAccount.DefinitionStages.WithPlan Interface

public static interface RemoteRenderingAccount.DefinitionStages.WithPlan

The stage of the RemoteRenderingAccount definition allowing to specify plan.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPlan(Identity plan)

Specifies the plan property: The plan associated with this account.

Method Details

withPlan

public abstract RemoteRenderingAccount.DefinitionStages.WithCreate withPlan(Identity plan)

Specifies the plan property: The plan associated with this account.

Parameters:

plan - The plan associated with this account.

Returns:

the next definition stage.

Applies to