Interface DescribeTagsResponse.Builder

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

  • Method Details

    • tags

      Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

      Parameters:
      tags - Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

      Parameters:
      tags - Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<ConfigurationTag>).

      Parameters:
      tags - a consumer that will call methods on ConfigurationTag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      DescribeTagsResponse.Builder nextToken(String nextToken)

      The call returns a token. Use this token to get the next set of results.

      Parameters:
      nextToken - The call returns a token. Use this token to get the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.