Interface DnsProperties.Builder

    • Method Detail

      • hostedZoneId

        DnsProperties.Builder hostedZoneId​(String hostedZoneId)

        The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

        Parameters:
        hostedZoneId - The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • soa

        DnsProperties.Builder soa​(SOA soa)

        Start of Authority (SOA) record for the hosted zone.

        Parameters:
        soa - Start of Authority (SOA) record for the hosted zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.