static ListQueryLoggingConfigsResponse.Builder |
ListQueryLoggingConfigsResponse.builder() |
|
ListQueryLoggingConfigsResponse.Builder |
ListQueryLoggingConfigsResponse.Builder.nextToken(String 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.
|
ListQueryLoggingConfigsResponse.Builder |
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.
|
ListQueryLoggingConfigsResponse.Builder |
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.
|
ListQueryLoggingConfigsResponse.Builder |
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.
|
ListQueryLoggingConfigsResponse.Builder |
ListQueryLoggingConfigsResponse.toBuilder() |
|