Interface HostedZoneContextQuery

    • Method Detail

      • getDomainName

        @Stability(Stable)
        @NotNull
        String getDomainName()
        The domain name e.g. example.com to lookup.
      • getPrivateZone

        @Stability(Stable)
        @Nullable
        default Boolean getPrivateZone()
        True if the zone you want to find is a private hosted zone.

        Default: false

      • getVpcId

        @Stability(Stable)
        @Nullable
        default String getVpcId()
        The VPC ID to that the private zone must be associated with.

        If you provide VPC ID and privateZone is false, this will return no results and raise an error.

        Default: - Required if privateZone=true