Interface ListTagsForResourceRequest.Builder

    • Method Detail

      • resourceArn

        ListTagsForResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:

        • ConfigurationRecorder

        • ConfigRule

        • OrganizationConfigRule

        • ConformancePack

        • OrganizationConformancePack

        • ConfigurationAggregator

        • AggregationAuthorization

        • StoredQuery

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:

        • ConfigurationRecorder

        • ConfigRule

        • OrganizationConfigRule

        • ConformancePack

        • OrganizationConformancePack

        • ConfigurationAggregator

        • AggregationAuthorization

        • StoredQuery

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        ListTagsForResourceRequest.Builder limit​(Integer limit)

        The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.

        Parameters:
        limit - The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceRequest.Builder nextToken​(String nextToken)

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.