Interface VerifyDnsConfigurationResponse.Builder

    • Method Detail

      • dnsConfigurationList

        VerifyDnsConfigurationResponse.Builder dnsConfigurationList​(Collection<DnsConfiguration> dnsConfigurationList)

        The list of domain names, their statuses, and a description of each status.

        Parameters:
        dnsConfigurationList - The list of domain names, their statuses, and a description of each status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dnsConfigurationList

        VerifyDnsConfigurationResponse.Builder dnsConfigurationList​(DnsConfiguration... dnsConfigurationList)

        The list of domain names, their statuses, and a description of each status.

        Parameters:
        dnsConfigurationList - The list of domain names, their statuses, and a description of each status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.