Interface HostedZoneConfig.Builder

    • Method Detail

      • comment

        HostedZoneConfig.Builder comment​(String comment)

        Any comments that you want to include about the hosted zone.

        Parameters:
        comment - Any comments that you want to include about the hosted zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateZone

        HostedZoneConfig.Builder privateZone​(Boolean privateZone)

        A value that indicates whether this is a private hosted zone.

        Parameters:
        privateZone - A value that indicates whether this is a private hosted zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.