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 Details

    • 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, ListQueryLoggingConfigs returns 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 in HostedZoneId.

      If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns 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

      (Optional) If the current Amazon Web Services 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.

      Parameters:
      nextToken - (Optional) If the current Amazon Web Services 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 MaxResults configurations, 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 than MaxResults configurations, 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.