public static interface ListQueryLoggingConfigsRequest.Builder extends Route53Request.Builder, CopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQueryLoggingConfigsRequest.Builder |
hostedZoneId(String hostedZoneId)
(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify
the ID in
HostedZoneId. |
ListQueryLoggingConfigsRequest.Builder |
maxResults(String maxResults)
(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in
response to the current request.
|
ListQueryLoggingConfigsRequest.Builder |
nextToken(String nextToken)
(Optional) If the current AWS account has more than
MaxResults query logging configurations, use
NextToken to get the second and subsequent pages of results. |
ListQueryLoggingConfigsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListQueryLoggingConfigsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListQueryLoggingConfigsRequest.Builder hostedZoneId(String hostedZoneId)
(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify
the ID in HostedZoneId.
If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns all of the configurations
that are associated with the current AWS account.
hostedZoneId - (Optional) If you want to list the query logging configuration that is associated with a hosted zone,
specify the ID in HostedZoneId.
If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns all of the
configurations that are associated with the current AWS account.
ListQueryLoggingConfigsRequest.Builder nextToken(String nextToken)
(Optional) If the current AWS account has more than MaxResults query logging configurations, use
NextToken to get the second and subsequent pages of results.
For the first ListQueryLoggingConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response
and specify that value for NextToken in the request.
nextToken - (Optional) If the current AWS account has more than MaxResults query logging
configurations, use NextToken to get the second and subsequent pages of results.
For the first ListQueryLoggingConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous
response and specify that value for NextToken in the request.
ListQueryLoggingConfigsRequest.Builder maxResults(String maxResults)
(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in
response to the current request. If the current AWS account has more than MaxResults
configurations, use the value of ListQueryLoggingConfigsResponse$NextToken in the response to get the
next page of results.
If you don't specify a value for MaxResults, Amazon Route 53 returns up to 100 configurations.
maxResults - (Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return
in response to the current request. If the current AWS account has more than MaxResults
configurations, use the value of ListQueryLoggingConfigsResponse$NextToken in the response to
get the next page of results.
If you don't specify a value for MaxResults, Amazon Route 53 returns up to 100
configurations.
ListQueryLoggingConfigsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListQueryLoggingConfigsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.