Interface ListQueryLoggingConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>,Route53Request.Builder,SdkBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQueryLoggingConfigsRequest
public static interface ListQueryLoggingConfigsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueryLoggingConfigsRequest.BuilderhostedZoneId(String hostedZoneId)(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID inHostedZoneId.ListQueryLoggingConfigsRequest.BuildermaxResults(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.BuildernextToken(String nextToken)(Optional) If the current Amazon Web Services account has more thanMaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.ListQueryLoggingConfigsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueryLoggingConfigsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hostedZoneId
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.If you don't specify a hosted zone ID,
ListQueryLoggingConfigsreturns all of the configurations that are associated with the current Amazon Web Services account.- Parameters:
hostedZoneId- (Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID inHostedZoneId.If you don't specify a hosted zone ID,
ListQueryLoggingConfigsreturns all of the configurations that are associated with the current Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListQueryLoggingConfigsRequest.Builder nextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than
MaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.For the first
ListQueryLoggingConfigsrequest, omit this value.For the second and subsequent requests, get the value of
NextTokenfrom the previous response and specify that value forNextTokenin the request.- Parameters:
nextToken- (Optional) If the current Amazon Web Services account has more thanMaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.For the first
ListQueryLoggingConfigsrequest, omit this value.For the second and subsequent requests, get the value of
NextTokenfrom the previous response and specify that value forNextTokenin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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 Amazon Web Services account has more than
MaxResultsconfigurations, use the value of NextToken in the response to get the next page of results.If you don't specify a value for
MaxResults, Route 53 returns up to 100 configurations.- Parameters:
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 Amazon Web Services account has more thanMaxResultsconfigurations, use the value of NextToken in the response to get the next page of results.If you don't specify a value for
MaxResults, Route 53 returns up to 100 configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListQueryLoggingConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQueryLoggingConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-