Class CreateToolchainOptions.Builder

  • Enclosing class:
    CreateToolchainOptions

    public static class CreateToolchainOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String name,
                       java.lang.String resourceGroupId)
        Instantiates a new builder with required properties.
        Parameters:
        name - the name
        resourceGroupId - the resourceGroupId
    • Method Detail

      • build

        public CreateToolchainOptions build()
        Builds a CreateToolchainOptions.
        Returns:
        the new CreateToolchainOptions instance
      • name

        public CreateToolchainOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the CreateToolchainOptions builder
      • resourceGroupId

        public CreateToolchainOptions.Builder resourceGroupId​(java.lang.String resourceGroupId)
        Set the resourceGroupId.
        Parameters:
        resourceGroupId - the resourceGroupId
        Returns:
        the CreateToolchainOptions builder
      • description

        public CreateToolchainOptions.Builder description​(java.lang.String description)
        Set the description.
        Parameters:
        description - the description
        Returns:
        the CreateToolchainOptions builder