Interface ListQueryLoggingConfigsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListQueryLoggingConfigsResponse.Builder,ListQueryLoggingConfigsResponse>, Route53Response.Builder, SdkBuilder<ListQueryLoggingConfigsResponse.Builder,ListQueryLoggingConfigsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListQueryLoggingConfigsResponse

public static interface ListQueryLoggingConfigsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListQueryLoggingConfigsResponse.Builder,ListQueryLoggingConfigsResponse>
  • Method Details

    • queryLoggingConfigs

      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 Amazon Web Services account.

      Parameters:
      queryLoggingConfigs - An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryLoggingConfigs

      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 Amazon Web Services account.

      Parameters:
      queryLoggingConfigs - An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryLoggingConfigs

      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 Amazon Web Services account.

      This is a convenience method that creates an instance of the QueryLoggingConfig.Builder avoiding the need to create one manually via QueryLoggingConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queryLoggingConfigs(List<QueryLoggingConfig>).

      Parameters:
      queryLoggingConfigs - a consumer that will call methods on QueryLoggingConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      If a response includes the last of the query logging configurations that are associated with the current Amazon Web Services 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.

      Parameters:
      nextToken - If a response includes the last of the query logging configurations that are associated with the current Amazon Web Services 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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.