Interface UntagResourceResponse.Builder

    • Method Detail

      • tagList

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

        The list of tags removed.

        Parameters:
        tagList - The list of tags removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

        UntagResourceResponse.Builder tagList​(Tag... tagList)

        The list of tags removed.

        Parameters:
        tagList - The list of tags removed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagList

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

        The list of tags removed.

        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)