Interface DescribeTagsResponse.Builder

    • Method Detail

      • marker

        DescribeTagsResponse.Builder marker​(String marker)

        If the request included a Marker, the response returns that value in this field.

        Parameters:
        marker - If the request included a Marker, the response returns that value in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DescribeTagsResponse.Builder tags​(Collection<Tag> tags)

        Returns tags associated with the file system as an array of Tag objects.

        Parameters:
        tags - Returns tags associated with the file system as an array of Tag objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DescribeTagsResponse.Builder tags​(Tag... tags)

        Returns tags associated with the file system as an array of Tag objects.

        Parameters:
        tags - Returns tags associated with the file system as an array of Tag objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        DescribeTagsResponse.Builder tags​(Consumer<Tag.Builder>... tags)

        Returns tags associated with the file system as an array of Tag objects.

        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 #tags(List).

        Parameters:
        tags - 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:
        #tags(java.util.Collection)
      • nextMarker

        DescribeTagsResponse.Builder nextMarker​(String nextMarker)

        If a value is present, there are more tags to return. In a subsequent request, you can provide the value of NextMarker as the value of the Marker parameter in your next request to retrieve the next set of tags.

        Parameters:
        nextMarker - If a value is present, there are more tags to return. In a subsequent request, you can provide the value of NextMarker as the value of the Marker parameter in your next request to retrieve the next set of tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.