Package odata.msgraph.client.beta.entity
Class CloudPcServicePlan.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.CloudPcServicePlan.Builder
-
- Enclosing class:
- CloudPcServicePlan
public static final class CloudPcServicePlan.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudPcServicePlanbuild()CloudPcServicePlan.BuilderdisplayName(String displayName)CloudPcServicePlan.Builderid(String id)CloudPcServicePlan.BuilderramInGB(Integer ramInGB)CloudPcServicePlan.BuilderstorageInGB(Integer storageInGB)CloudPcServicePlan.Buildertype(CloudPcServicePlanType type)CloudPcServicePlan.BuilderuserProfileInGB(Integer userProfileInGB)CloudPcServicePlan.BuildervCpuCount(Integer vCpuCount)
-
-
-
Method Detail
-
id
public CloudPcServicePlan.Builder id(String id)
-
displayName
public CloudPcServicePlan.Builder displayName(String displayName)
-
ramInGB
public CloudPcServicePlan.Builder ramInGB(Integer ramInGB)
-
storageInGB
public CloudPcServicePlan.Builder storageInGB(Integer storageInGB)
-
type
public CloudPcServicePlan.Builder type(CloudPcServicePlanType type)
-
userProfileInGB
public CloudPcServicePlan.Builder userProfileInGB(Integer userProfileInGB)
-
vCpuCount
public CloudPcServicePlan.Builder vCpuCount(Integer vCpuCount)
-
build
public CloudPcServicePlan build()
-
-