Interface DescribeTagsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>, EfsResponse.Builder, SdkBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeTagsResponse

public static interface DescribeTagsResponse.Builder extends EfsResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
  • Method Details

    • 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

      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

      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

      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<Tag>).

      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:
    • 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.