Interface ListTagsResponse.Builder

    • Method Detail

      • tags

        ListTagsResponse.Builder tags​(Map<String,​String> tags)

        A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.

        Parameters:
        tags - A set of key-value pairs that contain tag keys and tag values that are attached to a stack or layer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagsResponse.Builder nextToken​(String nextToken)

        If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to get the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.

        Parameters:
        nextToken - If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object's NextToken parameter to get the next set of results. If the previous paginated request returned all of the remaining results, this parameter is set to null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.