Interface CustomDomain.Builder

    • Method Detail

      • domainName

        CustomDomain.Builder domainName​(String domainName)

        An associated custom domain endpoint. It can be a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).

        Parameters:
        domainName - An associated custom domain endpoint. It can be a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enableWWWSubdomain

        CustomDomain.Builder enableWWWSubdomain​(Boolean enableWWWSubdomain)

        When true, the subdomain www.DomainName is associated with the App Runner service in addition to the base domain.

        Parameters:
        enableWWWSubdomain - When true, the subdomain www.DomainName is associated with the App Runner service in addition to the base domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateValidationRecords

        CustomDomain.Builder certificateValidationRecords​(Collection<CertificateValidationRecord> certificateValidationRecords)

        A list of certificate CNAME records that's used for this domain name.

        Parameters:
        certificateValidationRecords - A list of certificate CNAME records that's used for this domain name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateValidationRecords

        CustomDomain.Builder certificateValidationRecords​(CertificateValidationRecord... certificateValidationRecords)

        A list of certificate CNAME records that's used for this domain name.

        Parameters:
        certificateValidationRecords - A list of certificate CNAME records that's used for this domain name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.