Interface ListResolverQueryLogConfigAssociationsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListResolverQueryLogConfigAssociationsResponse.Builder,ListResolverQueryLogConfigAssociationsResponse>, Route53ResolverResponse.Builder, SdkBuilder<ListResolverQueryLogConfigAssociationsResponse.Builder,ListResolverQueryLogConfigAssociationsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListResolverQueryLogConfigAssociationsResponse

  • Method Details

    • 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

      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.
    • resolverQueryLogConfigAssociations

      ListResolverQueryLogConfigAssociationsResponse.Builder resolverQueryLogConfigAssociations(Consumer<ResolverQueryLogConfigAssociation.Builder>... resolverQueryLogConfigAssociations)

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

      This is a convenience method that creates an instance of the ResolverQueryLogConfigAssociation.Builder avoiding the need to create one manually via ResolverQueryLogConfigAssociation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resolverQueryLogConfigAssociations(List<ResolverQueryLogConfigAssociation>).

      Parameters:
      resolverQueryLogConfigAssociations - a consumer that will call methods on ResolverQueryLogConfigAssociation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: