Class CustomDomainAssociationState.Builder

    • Method Detail

      • dnsTarget

        public CustomDomainAssociationState.Builder dnsTarget​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> dnsTarget)
        Parameters:
        dnsTarget - App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name. Attribute only available if resource created (not imported) with this provider.
        Returns:
        builder
      • dnsTarget

        public CustomDomainAssociationState.Builder dnsTarget​(java.lang.String dnsTarget)
        Parameters:
        dnsTarget - App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name. Attribute only available if resource created (not imported) with this provider.
        Returns:
        builder
      • domainName

        public CustomDomainAssociationState.Builder domainName​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> domainName)
        Parameters:
        domainName - Custom domain endpoint to association. Specify a base domain e.g., `example.com` or a subdomain e.g., `subdomain.example.com`.
        Returns:
        builder
      • domainName

        public CustomDomainAssociationState.Builder domainName​(java.lang.String domainName)
        Parameters:
        domainName - Custom domain endpoint to association. Specify a base domain e.g., `example.com` or a subdomain e.g., `subdomain.example.com`.
        Returns:
        builder
      • enableWwwSubdomain

        public CustomDomainAssociationState.Builder enableWwwSubdomain​(@Nullable
                                                                       com.pulumi.core.Output<java.lang.Boolean> enableWwwSubdomain)
        Parameters:
        enableWwwSubdomain - Whether to associate the subdomain with the App Runner service in addition to the base domain. Defaults to `true`.
        Returns:
        builder
      • enableWwwSubdomain

        public CustomDomainAssociationState.Builder enableWwwSubdomain​(java.lang.Boolean enableWwwSubdomain)
        Parameters:
        enableWwwSubdomain - Whether to associate the subdomain with the App Runner service in addition to the base domain. Defaults to `true`.
        Returns:
        builder
      • serviceArn

        public CustomDomainAssociationState.Builder serviceArn​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> serviceArn)
        Parameters:
        serviceArn - ARN of the App Runner service.
        Returns:
        builder
      • status

        public CustomDomainAssociationState.Builder status​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> status)
        Parameters:
        status - Current state of the certificate CNAME record validation. It should change to `SUCCESS` after App Runner completes validation with your DNS.
        Returns:
        builder
      • status

        public CustomDomainAssociationState.Builder status​(java.lang.String status)
        Parameters:
        status - Current state of the certificate CNAME record validation. It should change to `SUCCESS` after App Runner completes validation with your DNS.
        Returns:
        builder