Interface AssociateCustomDomainRequest.Builder

All Superinterfaces:
AppRunnerRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>, SdkBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
AssociateCustomDomainRequest

public static interface AssociateCustomDomainRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>
  • Method Details

    • 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

      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.
    • overrideConfiguration

      AssociateCustomDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.