Interface ListResolverQueryLogConfigAssociationsResponse.Builder

    • Method Detail

      • nextToken

        ListResolverQueryLogConfigAssociationsResponse.Builder nextToken​(String nextToken)

        If there are more than MaxResults query logging associations, you can submit another ListResolverQueryLogConfigAssociations request to get the next group of associations. In the next request, specify the value of NextToken from the previous response.

        Parameters:
        nextToken - If there are more than MaxResults query logging associations, you can submit another ListResolverQueryLogConfigAssociations request to get the next group of associations. In the next request, specify the value of NextToken from the previous response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        ListResolverQueryLogConfigAssociationsResponse.Builder totalCount​(Integer totalCount)

        The total number of query logging associations that were created by the current account in the specified Region. This count can differ from the number of associations that are returned in a ListResolverQueryLogConfigAssociations response, depending on the values that you specify in the request.

        Parameters:
        totalCount - The total number of query logging associations that were created by the current account in the specified Region. This count can differ from the number of associations that are returned in a ListResolverQueryLogConfigAssociations response, depending on the values that you specify in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalFilteredCount

        ListResolverQueryLogConfigAssociationsResponse.Builder totalFilteredCount​(Integer totalFilteredCount)

        The total number of query logging associations that were created by the current account in the specified Region and that match the filters that were specified in the ListResolverQueryLogConfigAssociations request. For the total number of associations that were created by the current account in the specified Region, see TotalCount.

        Parameters:
        totalFilteredCount - The total number of query logging associations that were created by the current account in the specified Region and that match the filters that were specified in the ListResolverQueryLogConfigAssociations request. For the total number of associations that were created by the current account in the specified Region, see TotalCount.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolverQueryLogConfigAssociations

        ListResolverQueryLogConfigAssociationsResponse.Builder resolverQueryLogConfigAssociations​(Collection<ResolverQueryLogConfigAssociation> resolverQueryLogConfigAssociations)

        A list that contains one ResolverQueryLogConfigAssociations element for each query logging association that matches the values that you specified for Filter.

        Parameters:
        resolverQueryLogConfigAssociations - A list that contains one ResolverQueryLogConfigAssociations element for each query logging association that matches the values that you specified for Filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolverQueryLogConfigAssociations

        ListResolverQueryLogConfigAssociationsResponse.Builder resolverQueryLogConfigAssociations​(ResolverQueryLogConfigAssociation... resolverQueryLogConfigAssociations)

        A list that contains one ResolverQueryLogConfigAssociations element for each query logging association that matches the values that you specified for Filter.

        Parameters:
        resolverQueryLogConfigAssociations - A list that contains one ResolverQueryLogConfigAssociations element for each query logging association that matches the values that you specified for Filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.