Interface ListTagSyncTasksRequest.Builder

    • Method Detail

      • filters

        ListTagSyncTasksRequest.Builder filters​(Collection<ListTagSyncTasksFilter> filters)

        The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.

        Parameters:
        filters - The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListTagSyncTasksRequest.Builder filters​(ListTagSyncTasksFilter... filters)

        The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.

        Parameters:
        filters - The Amazon resource name (ARN) or name of the application group for which you want to return a list of tag-sync tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTagSyncTasksRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be included in the response.

        Parameters:
        maxResults - The maximum number of results to be included in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTagSyncTasksRequest.Builder nextToken​(String nextToken)

        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value provided by a previous call's NextToken response to indicate where the output should continue from.

        Parameters:
        nextToken - The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value provided by a previous call's NextToken response to indicate where the output should continue from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.