Interface ListResolverDnssecConfigsResponse.Builder

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

  • Method Details

    • 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.

      Parameters:
      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.

      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 the ResolverDnssecConfig.Builder avoiding the need to create one manually via ResolverDnssecConfig.builder().

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

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