Interface DnsEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DnsEntry.Builder,DnsEntry>, SdkBuilder<DnsEntry.Builder,DnsEntry>, SdkPojo
Enclosing class:
DnsEntry

public static interface DnsEntry.Builder extends SdkPojo, CopyableBuilder<DnsEntry.Builder,DnsEntry>
  • Method Details

    • dnsName

      DnsEntry.Builder dnsName(String dnsName)

      The DNS name.

      Parameters:
      dnsName - The DNS name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostedZoneId

      DnsEntry.Builder hostedZoneId(String hostedZoneId)

      The ID of the private hosted zone.

      Parameters:
      hostedZoneId - The ID of the private hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.