Interface UpdateAttributeGroupRequest.Builder

    • Method Detail

      • attributeGroup

        UpdateAttributeGroupRequest.Builder attributeGroup​(String attributeGroup)

        The name, ID, or ARN of the attribute group that holds the attributes to describe the application.

        Parameters:
        attributeGroup - The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        @Deprecated
        UpdateAttributeGroupRequest.Builder name​(String name)
        Deprecated.
        Name update for attribute group is deprecated.

        Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.

        Parameters:
        name - Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateAttributeGroupRequest.Builder description​(String description)

        The description of the attribute group that the user provides.

        Parameters:
        description - The description of the attribute group that the user provides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        UpdateAttributeGroupRequest.Builder attributes​(String attributes)

        A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

        Parameters:
        attributes - A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.