public static interface ListResolverConfigsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverConfigsResponse.Builder,ListResolverConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResolverConfigsResponse.Builder |
nextToken(String nextToken)
If a response includes the last of the Resolver configurations that are associated with the current Amazon
Web Services account,
NextToken doesn't appear in the response. |
ListResolverConfigsResponse.Builder |
resolverConfigs(Collection<ResolverConfig> resolverConfigs)
An array that contains one
ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account. |
ListResolverConfigsResponse.Builder |
resolverConfigs(Consumer<ResolverConfig.Builder>... resolverConfigs)
An array that contains one
ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account. |
ListResolverConfigsResponse.Builder |
resolverConfigs(ResolverConfig... resolverConfigs)
An array that contains one
ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverConfigsResponse.Builder nextToken(String nextToken)
If a response includes the last of the Resolver 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 ListResolverConfigs request. Get the value of NextToken that Amazon
RouteĀ 53 returned in the previous response and include it in NextToken in the next request.
nextToken - If a response includes the last of the Resolver 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 ListResolverConfigs request. Get the value of NextToken
that Amazon RouteĀ 53 returned in the previous response and include it in NextToken in the
next request.
ListResolverConfigsResponse.Builder resolverConfigs(Collection<ResolverConfig> resolverConfigs)
An array that contains one ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account.
resolverConfigs - An array that contains one ResolverConfigs element for each Resolver configuration that
is associated with the current Amazon Web Services account.ListResolverConfigsResponse.Builder resolverConfigs(ResolverConfig... resolverConfigs)
An array that contains one ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account.
resolverConfigs - An array that contains one ResolverConfigs element for each Resolver configuration that
is associated with the current Amazon Web Services account.ListResolverConfigsResponse.Builder resolverConfigs(Consumer<ResolverConfig.Builder>... resolverConfigs)
An array that contains one ResolverConfigs element for each Resolver configuration that is
associated with the current Amazon Web Services account.
ResolverConfig.Builder avoiding the need to
create one manually via
ResolverConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resolverConfigs(List.
resolverConfigs - a consumer that will call methods on
ResolverConfig.Builder#resolverConfigs(java.util.Collection) Copyright © 2023. All rights reserved.