Interface AssociateCustomDomainRequest.Builder

    • Method Detail

      • serviceArn

        AssociateCustomDomainRequest.Builder serviceArn​(String serviceArn)

        The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.

        Parameters:
        serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainName

        AssociateCustomDomainRequest.Builder domainName​(String domainName)

        A custom domain endpoint to associate. Specify 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 - A custom domain endpoint to associate. Specify 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

        AssociateCustomDomainRequest.Builder enableWWWSubdomain​(Boolean enableWWWSubdomain)

        Set to true to associate the subdomain www.DomainName with the App Runner service in addition to the base domain.

        Default: true

        Parameters:
        enableWWWSubdomain - Set to true to associate the subdomain www.DomainName with the App Runner service in addition to the base domain.

        Default: true

        Returns:
        Returns a reference to this object so that method calls can be chained together.