Class CreateInstanceOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CreateInstanceOptions.Builder
- 
Constructor Summary
ConstructorsConstructorDescriptionBuilder()Instantiates a new builder.Builder(InstancePrototype instancePrototype) Instantiates a new builder with required properties. - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a CreateInstanceOptions.instancePrototype(InstancePrototype instancePrototype) Set the instancePrototype. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
Instantiates a new builder with required properties.- Parameters:
 instancePrototype- the instancePrototype
 
 - 
 - 
Method Details
- 
build
Builds a CreateInstanceOptions.- Returns:
 - the new CreateInstanceOptions instance
 
 - 
instancePrototype
Set the instancePrototype.- Parameters:
 instancePrototype- the instancePrototype- Returns:
 - the CreateInstanceOptions builder
 
 
 -