Interface ListResolverDnssecConfigsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListResolverDnssecConfigsResponse.Builder,ListResolverDnssecConfigsResponse>,Route53ResolverResponse.Builder,SdkBuilder<ListResolverDnssecConfigsResponse.Builder,ListResolverDnssecConfigsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListResolverDnssecConfigsResponse
public static interface ListResolverDnssecConfigsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverDnssecConfigsResponse.Builder,ListResolverDnssecConfigsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResolverDnssecConfigsResponse.BuildernextToken(String nextToken)If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web Services account,NextTokendoesn't appear in the response.ListResolverDnssecConfigsResponse.BuilderresolverDnssecConfigs(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.BuilderresolverDnssecConfigs(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.BuilderresolverDnssecConfigs(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
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,
NextTokendoesn'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
NextTokenthat Amazon Route 53 returned in the previous response and include it inNextTokenin the next request.- Parameters:
nextToken- If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web Services account,NextTokendoesn'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
NextTokenthat Amazon Route 53 returned in the previous response and include it inNextTokenin the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverDnssecConfigs
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. It doesn't contain disabled DNSSEC configurations for the resource.
- Parameters:
resolverDnssecConfigs- An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverDnssecConfigs
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. It doesn't contain disabled DNSSEC configurations for the resource.
- Parameters:
resolverDnssecConfigs- An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverDnssecConfigs
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. It doesn't contain disabled DNSSEC configurations for the resource.
This is a convenience method that creates an instance of theResolverDnssecConfig.Builderavoiding the need to create one manually viaResolverDnssecConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resolverDnssecConfigs(List.) - Parameters:
resolverDnssecConfigs- a consumer that will call methods onResolverDnssecConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resolverDnssecConfigs(java.util.Collection)
-
-