Class CreateDedicatedHostOptions.Builder

    • 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