Interface DisassociateCustomDomainResponse.Builder

    • Method Detail

      • dnsTarget

        DisassociateCustomDomainResponse.Builder dnsTarget​(String dnsTarget)

        The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.

        Parameters:
        dnsTarget - The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceArn

        DisassociateCustomDomainResponse.Builder serviceArn​(String serviceArn)

        The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.

        Parameters:
        serviceArn - The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customDomain

        DisassociateCustomDomainResponse.Builder customDomain​(CustomDomain customDomain)

        A description of the domain name that's being disassociated.

        Parameters:
        customDomain - A description of the domain name that's being disassociated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcDNSTargets

        DisassociateCustomDomainResponse.Builder vpcDNSTargets​(Collection<VpcDNSTarget> vpcDNSTargets)

        DNS Target records for the custom domains of this Amazon VPC.

        Parameters:
        vpcDNSTargets - DNS Target records for the custom domains of this Amazon VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcDNSTargets

        DisassociateCustomDomainResponse.Builder vpcDNSTargets​(VpcDNSTarget... vpcDNSTargets)

        DNS Target records for the custom domains of this Amazon VPC.

        Parameters:
        vpcDNSTargets - DNS Target records for the custom domains of this Amazon VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.