Package com.ibm.cloud.is.vpc.v1.model
Class CreateDedicatedHostOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.CreateDedicatedHostOptions.Builder
-
- Enclosing class:
- CreateDedicatedHostOptions
public static class CreateDedicatedHostOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(DedicatedHostPrototype dedicatedHostPrototype)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDedicatedHostOptions
build()
Builds a CreateDedicatedHostOptions.CreateDedicatedHostOptions.Builder
dedicatedHostPrototype(DedicatedHostPrototype dedicatedHostPrototype)
Set the dedicatedHostPrototype.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(DedicatedHostPrototype dedicatedHostPrototype)
Instantiates a new builder with required properties.- Parameters:
dedicatedHostPrototype
- the dedicatedHostPrototype
-
-
Method Detail
-
build
public CreateDedicatedHostOptions build()
Builds a CreateDedicatedHostOptions.- Returns:
- the new CreateDedicatedHostOptions instance
-
dedicatedHostPrototype
public CreateDedicatedHostOptions.Builder dedicatedHostPrototype(DedicatedHostPrototype dedicatedHostPrototype)
Set the dedicatedHostPrototype.- Parameters:
dedicatedHostPrototype
- the dedicatedHostPrototype- Returns:
- the CreateDedicatedHostOptions builder
-
-