Interface ListSharedDnsViewsResponse.Builder

  • Method Details

    • 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 shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.

      Parameters:
      dnsViews - An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViews

      An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.

      Parameters:
      dnsViews - An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViews

      An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.

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

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

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