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

    • domainName

      DnsEntry.Builder domainName(String domainName)

      The domain name of the service.

      Parameters:
      domainName - The domain name of the service.
      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 hosted zone.

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