Interface ListTagsForResourceRequest.Builder

    • Method Detail

      • resourceArn

        ListTagsForResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsForResourceRequest.Builder nextToken​(String nextToken)

        The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

        Parameters:
        nextToken - The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagsForResourceRequest.Builder maxResults​(Integer maxResults)

        The total number of tags to return in the output. If the total number of tags available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

        Parameters:
        maxResults - The total number of tags to return in the output. If the total number of tags available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.