Interface ListTagsResponse.Builder

    • Method Detail

      • tagList

        ListTagsResponse.Builder tagList​(Collection<Tag> tagList)

        List of resource tags associated with the specified domain, data source, or application.

        Parameters:
        tagList - List of resource tags associated with the specified domain, data source, or application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        ListTagsResponse.Builder tagList​(Tag... tagList)

        List of resource tags associated with the specified domain, data source, or application.

        Parameters:
        tagList - List of resource tags associated with the specified domain, data source, or application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        ListTagsResponse.Builder tagList​(Consumer<Tag.Builder>... tagList)

        List of resource tags associated with the specified domain, data source, or application.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tagList(List).

        Parameters:
        tagList - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tagList(java.util.Collection)