Interface CustomDomainConfigType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CustomDomainConfigType.Builder,CustomDomainConfigType>, SdkBuilder<CustomDomainConfigType.Builder,CustomDomainConfigType>, SdkPojo
Enclosing class:
CustomDomainConfigType

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

    • certificateArn

      CustomDomainConfigType.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.