Interface DomainNameConfig.Builder

  • Method Details

    • domainName

      DomainNameConfig.Builder domainName(String domainName)

      The domain name.

      Parameters:
      domainName - The domain name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DomainNameConfig.Builder description(String description)

      A description of the DomainName configuration.

      Parameters:
      description - A description of the DomainName configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateArn

      DomainNameConfig.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appsyncDomainName

      DomainNameConfig.Builder appsyncDomainName(String appsyncDomainName)

      The domain name that AppSync provides.

      Parameters:
      appsyncDomainName - The domain name that AppSync provides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostedZoneId

      DomainNameConfig.Builder hostedZoneId(String hostedZoneId)

      The ID of your Amazon Route 53 hosted zone.

      Parameters:
      hostedZoneId - The ID of your Amazon Route 53 hosted zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Sets the value of the Tags property for this object.
      Parameters:
      tags - The new value for the Tags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainNameArn

      DomainNameConfig.Builder domainNameArn(String domainNameArn)

      The Amazon Resource Name (ARN) of the domain name.

      Parameters:
      domainNameArn - The Amazon Resource Name (ARN) of the domain name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.