Interface DescribeTagsRequest.Builder

All Superinterfaces:
ApplicationDiscoveryRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>, SdkBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeTagsRequest

  • Method Details

    • filters

      You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

      Parameters:
      filters - You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

      Parameters:
      filters - You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

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

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

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

      DescribeTagsRequest.Builder maxResults(Integer maxResults)

      The total number of items to return in a single page of output. The maximum value is 100.

      Parameters:
      maxResults - The total number of items to return in a single page of output. The maximum value is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      DescribeTagsRequest.Builder nextToken(String nextToken)

      A token to start the list. Use this token to get the next set of results.

      Parameters:
      nextToken - A token to start the list. 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.
    • overrideConfiguration

      DescribeTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.