Class CreateBareMetalServerOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(BareMetalServerPrototype bareMetalServerPrototype)
        Instantiates a new builder with required properties.
        Parameters:
        bareMetalServerPrototype - the bareMetalServerPrototype
    • Method Detail

      • build

        public CreateBareMetalServerOptions build()
        Builds a CreateBareMetalServerOptions.
        Returns:
        the new CreateBareMetalServerOptions instance
      • bareMetalServerPrototype

        public CreateBareMetalServerOptions.Builder bareMetalServerPrototype​(BareMetalServerPrototype bareMetalServerPrototype)
        Set the bareMetalServerPrototype.
        Parameters:
        bareMetalServerPrototype - the bareMetalServerPrototype
        Returns:
        the CreateBareMetalServerOptions builder