public static interface ListQueryLoggingConfigsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListQueryLoggingConfigsResponse.Builder,ListQueryLoggingConfigsResponse>
Modifier and Type | Method and Description |
---|---|
ListQueryLoggingConfigsResponse.Builder |
nextToken(String nextToken)
If a response includes the last of the query logging configurations that are associated with the current AWS
account,
NextToken doesn't appear in the response. |
ListQueryLoggingConfigsResponse.Builder |
queryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging
that is associated with the current AWS account.
|
ListQueryLoggingConfigsResponse.Builder |
queryLoggingConfigs(Consumer<QueryLoggingConfig.Builder>... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging
that is associated with the current AWS account.
|
ListQueryLoggingConfigsResponse.Builder |
queryLoggingConfigs(QueryLoggingConfig... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging
that is associated with the current AWS account.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListQueryLoggingConfigsResponse.Builder queryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
queryLoggingConfigs
- An array that contains one QueryLoggingConfig element for each configuration for DNS query
logging that is associated with the current AWS account.ListQueryLoggingConfigsResponse.Builder queryLoggingConfigs(QueryLoggingConfig... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
queryLoggingConfigs
- An array that contains one QueryLoggingConfig element for each configuration for DNS query
logging that is associated with the current AWS account.ListQueryLoggingConfigsResponse.Builder queryLoggingConfigs(Consumer<QueryLoggingConfig.Builder>... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #queryLoggingConfigs(List)
.queryLoggingConfigs
- a consumer that will call methods on List.Builder
#queryLoggingConfigs(List)
ListQueryLoggingConfigsResponse.Builder nextToken(String nextToken)
If a response includes the last of the query logging configurations that are associated with the current AWS
account, NextToken
doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by submitting
another ListQueryLoggingConfigs request. Get the value of NextToken
that Amazon Route 53
returned in the previous response and include it in NextToken
in the next request.
nextToken
- If a response includes the last of the query logging configurations that are associated with the
current AWS account, NextToken
doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by
submitting another ListQueryLoggingConfigs request. Get the value of NextToken
that Amazon Route 53 returned in the previous response and include it in NextToken
in the
next request.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.