Class CreateDedicatedHostGroupOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CreateDedicatedHostGroupOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(String xClass, String family, ZoneIdentity zone) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a CreateDedicatedHostGroupOptions.Set the family.Set the name.resourceGroup
(ResourceGroupIdentity resourceGroup) Set the resourceGroup.Set the xClass.zone
(ZoneIdentity zone) Set the zone.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
xClass
- the xClassfamily
- the familyzone
- the zone
-
-
Method Details
-
build
Builds a CreateDedicatedHostGroupOptions.- Returns:
- the new CreateDedicatedHostGroupOptions instance
-
xClass
Set the xClass.- Parameters:
xClass
- the xClass- Returns:
- the CreateDedicatedHostGroupOptions builder
-
family
Set the family.- Parameters:
family
- the family- Returns:
- the CreateDedicatedHostGroupOptions builder
-
zone
Set the zone.- Parameters:
zone
- the zone- Returns:
- the CreateDedicatedHostGroupOptions builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the CreateDedicatedHostGroupOptions builder
-
resourceGroup
Set the resourceGroup.- Parameters:
resourceGroup
- the resourceGroup- Returns:
- the CreateDedicatedHostGroupOptions builder
-