Interface DeleteAttributesResponse.Builder

    • Method Detail

      • attributes

        DeleteAttributesResponse.Builder attributes​(Collection<Attribute> attributes)

        A list of attribute objects that were successfully deleted from your resource.

        Parameters:
        attributes - A list of attribute objects that were successfully deleted from your resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        DeleteAttributesResponse.Builder attributes​(Attribute... attributes)

        A list of attribute objects that were successfully deleted from your resource.

        Parameters:
        attributes - A list of attribute objects that were successfully deleted from your resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.