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 Details

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder(DedicatedHostPrototype dedicatedHostPrototype)
      Instantiates a new builder with required properties.
      Parameters:
      dedicatedHostPrototype - the dedicatedHostPrototype
  • Method Details

    • 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