public static interface ListResolverQueryLogConfigsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverQueryLogConfigsResponse.Builder,ListResolverQueryLogConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResolverQueryLogConfigsResponse.Builder |
nextToken(String nextToken)
If there are more than
MaxResults query logging configurations, you can submit another
ListResolverQueryLogConfigs request to get the next group of configurations. |
ListResolverQueryLogConfigsResponse.Builder |
resolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration
that matches the values that you specified for Filter. |
ListResolverQueryLogConfigsResponse.Builder |
resolverQueryLogConfigs(Consumer<ResolverQueryLogConfig.Builder>... resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration
that matches the values that you specified for Filter. |
ListResolverQueryLogConfigsResponse.Builder |
resolverQueryLogConfigs(ResolverQueryLogConfig... resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration
that matches the values that you specified for Filter. |
ListResolverQueryLogConfigsResponse.Builder |
totalCount(Integer totalCount)
The total number of query logging configurations that were created by the current account in the specified
Region.
|
ListResolverQueryLogConfigsResponse.Builder |
totalFilteredCount(Integer totalFilteredCount)
The total number of query logging configurations that were created by the current account in the specified
Region and that match the filters that were specified in the
ListResolverQueryLogConfigs
request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverQueryLogConfigsResponse.Builder nextToken(String nextToken)
If there are more than MaxResults query logging configurations, you can submit another
ListResolverQueryLogConfigs request to get the next group of configurations. In the next
request, specify the value of NextToken from the previous response.
nextToken - If there are more than MaxResults query logging configurations, you can submit another
ListResolverQueryLogConfigs request to get the next group of configurations. In the next
request, specify the value of NextToken from the previous response.ListResolverQueryLogConfigsResponse.Builder totalCount(Integer totalCount)
The total number of query logging configurations that were created by the current account in the specified
Region. This count can differ from the number of query logging configurations that are returned in a
ListResolverQueryLogConfigs response, depending on the values that you specify in the request.
totalCount - The total number of query logging configurations that were created by the current account in the
specified Region. This count can differ from the number of query logging configurations that are
returned in a ListResolverQueryLogConfigs response, depending on the values that you
specify in the request.ListResolverQueryLogConfigsResponse.Builder totalFilteredCount(Integer totalFilteredCount)
The total number of query logging configurations that were created by the current account in the specified
Region and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the total number of query logging configurations that were created by the current account in the
specified Region, see TotalCount.
totalFilteredCount - The total number of query logging configurations that were created by the current account in the
specified Region and that match the filters that were specified in the
ListResolverQueryLogConfigs request. For the total number of query logging configurations
that were created by the current account in the specified Region, see TotalCount.ListResolverQueryLogConfigsResponse.Builder resolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one ResolverQueryLogConfig element for each query logging configuration
that matches the values that you specified for Filter.
resolverQueryLogConfigs - A list that contains one ResolverQueryLogConfig element for each query logging
configuration that matches the values that you specified for Filter.ListResolverQueryLogConfigsResponse.Builder resolverQueryLogConfigs(ResolverQueryLogConfig... resolverQueryLogConfigs)
A list that contains one ResolverQueryLogConfig element for each query logging configuration
that matches the values that you specified for Filter.
resolverQueryLogConfigs - A list that contains one ResolverQueryLogConfig element for each query logging
configuration that matches the values that you specified for Filter.ListResolverQueryLogConfigsResponse.Builder resolverQueryLogConfigs(Consumer<ResolverQueryLogConfig.Builder>... resolverQueryLogConfigs)
A list that contains one ResolverQueryLogConfig element for each query logging configuration
that matches the values that you specified for Filter.
ResolverQueryLogConfig.Builder avoiding the
need to create one manually via
ResolverQueryLogConfig.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #resolverQueryLogConfigs(List.
resolverQueryLogConfigs - a consumer that will call methods on
ResolverQueryLogConfig.Builder#resolverQueryLogConfigs(java.util.Collection) Copyright © 2023. All rights reserved.