Class DeployRequestBodySchematics.Builder

  • Enclosing class:
    DeployRequestBodySchematics

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

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public DeployRequestBodySchematics build()
        Builds a DeployRequestBodySchematics.
        Returns:
        the new DeployRequestBodySchematics instance
      • addTags

        public DeployRequestBodySchematics.Builder addTags​(java.lang.String tags)
        Adds an tags to tags.
        Parameters:
        tags - the new tags
        Returns:
        the DeployRequestBodySchematics builder
      • description

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

        public DeployRequestBodySchematics.Builder tags​(java.util.List<java.lang.String> tags)
        Set the tags. Existing tags will be replaced.
        Parameters:
        tags - the tags
        Returns:
        the DeployRequestBodySchematics builder
      • resourceGroupId

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