public static interface ListResolverDnssecConfigsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverDnssecConfigsResponse.Builder,ListResolverDnssecConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResolverDnssecConfigsResponse.Builder |
nextToken(String nextToken)
If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web
Services account,
NextToken doesn't appear in the response. |
ListResolverDnssecConfigsResponse.Builder |
resolverDnssecConfigs(Collection<ResolverDnssecConfig> resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account.
|
ListResolverDnssecConfigsResponse.Builder |
resolverDnssecConfigs(Consumer<ResolverDnssecConfig.Builder>... resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account.
|
ListResolverDnssecConfigsResponse.Builder |
resolverDnssecConfigs(ResolverDnssecConfig... resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverDnssecConfigsResponse.Builder nextToken(String nextToken)
If a response includes the last of the DNSSEC 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
ListResolverDnssecConfigs 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 DNSSEC 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 ListResolverDnssecConfigs request. Get the value of NextToken that Amazon Route 53
returned in the previous response and include it in NextToken in the next request.
ListResolverDnssecConfigsResponse.Builder resolverDnssecConfigs(Collection<ResolverDnssecConfig> resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.
resolverDnssecConfigs - An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with
the current Amazon Web Services account.ListResolverDnssecConfigsResponse.Builder resolverDnssecConfigs(ResolverDnssecConfig... resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.
resolverDnssecConfigs - An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with
the current Amazon Web Services account.ListResolverDnssecConfigsResponse.Builder resolverDnssecConfigs(Consumer<ResolverDnssecConfig.Builder>... resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #resolverDnssecConfigs(List) .resolverDnssecConfigs - a consumer that will call methods on List.Builder #resolverDnssecConfigs(List) Copyright © 2021. All rights reserved.