Interface HostedZoneSummary.Builder

    • Method Detail

      • hostedZoneId

        HostedZoneSummary.Builder hostedZoneId​(String hostedZoneId)

        The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

        Parameters:
        hostedZoneId - The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        HostedZoneSummary.Builder name​(String name)

        The name of the private hosted zone, such as example.com.

        Parameters:
        name - The name of the private hosted zone, such as example.com.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owner

        HostedZoneSummary.Builder owner​(HostedZoneOwner owner)

        The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.

        Parameters:
        owner - The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.