public static interface ListResolverQueryLogConfigAssociationsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverQueryLogConfigAssociationsResponse.Builder,ListResolverQueryLogConfigAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
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. |
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. |
ListResolverQueryLogConfigAssociationsResponse.Builder |
totalCount(Integer totalCount)
The total number of query logging associations that were created by the current account in the specified
Region.
|
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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverQueryLogConfigAssociationsResponse.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.
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.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.
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.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.
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.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.
resolverQueryLogConfigAssociations - A list that contains one ResolverQueryLogConfigAssociations element for each query
logging association that matches the values that you specified for Filter.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.
resolverQueryLogConfigAssociations - A list that contains one ResolverQueryLogConfigAssociations element for each query
logging association that matches the values that you specified for Filter.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.
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.
resolverQueryLogConfigAssociations - a consumer that will call methods on
ResolverQueryLogConfigAssociation.Builder#resolverQueryLogConfigAssociations(java.util.Collection) Copyright © 2023. All rights reserved.