Class UpdateTemplateDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public UpdateTemplateDetails.Builder displayName​(String displayName)
        The template’s display name.

        Avoid entering confidential information.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • description

        public UpdateTemplateDetails.Builder description​(String description)
        Description of the template.

        Avoid entering confidential information.

        Parameters:
        description - the value to set
        Returns:
        this builder
      • longDescription

        public UpdateTemplateDetails.Builder longDescription​(String longDescription)
        Detailed description of the template.

        This description is displayed in the Console page listing templates when the template is expanded. Avoid entering confidential information.

        Parameters:
        longDescription - the value to set
        Returns:
        this builder
      • logoFileBase64Encoded

        public UpdateTemplateDetails.Builder logoFileBase64Encoded​(String logoFileBase64Encoded)
        Base64-encoded logo for the template.
        Parameters:
        logoFileBase64Encoded - the value to set
        Returns:
        this builder
      • freeformTags

        public UpdateTemplateDetails.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags associated with the resource.

        Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • definedTags

        public UpdateTemplateDetails.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder