Class UpdateProfileDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public UpdateProfileDetails.Builder displayName​(String displayName)
        A user-friendly name for the profile.

        Does not have to be unique. Avoid entering confidential information.

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

        public UpdateProfileDetails.Builder description​(String description)
        User-specified description of the profile.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • isDefaultProfile

        public UpdateProfileDetails.Builder isDefaultProfile​(Boolean isDefaultProfile)
        Indicates if the profile is set as the default.

        There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified.

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

        public UpdateProfileDetails.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple 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 UpdateProfileDetails.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