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