Class CreateSubnetOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public CreateSubnetOptions build()
        Builds a CreateSubnetOptions.
        Returns:
        the new CreateSubnetOptions instance
      • subnetPrototype

        public CreateSubnetOptions.Builder subnetPrototype​(SubnetPrototype subnetPrototype)
        Set the subnetPrototype.
        Parameters:
        subnetPrototype - the subnetPrototype
        Returns:
        the CreateSubnetOptions builder