Interface ListDnsViewsResponse.Builder

  • Method Details

    • nextToken

      ListDnsViewsResponse.Builder nextToken(String nextToken)

      A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.

      Parameters:
      nextToken - A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViews

      An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.

      Parameters:
      dnsViews - An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViews

      An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.

      Parameters:
      dnsViews - An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViews

      An array of information about the DNS views, such as whether DNSSEC is enabled, creation time, etc.

      This is a convenience method that creates an instance of the DNSViewSummary.Builder avoiding the need to create one manually via DNSViewSummary.builder().

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

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