Interface AssociateEmailIdentityCertificateRequest.Builder

  • Method Details

    • emailIdentity

      The email identity, either an email address or a domain, to associate the certificate with.

      Parameters:
      emailIdentity - The email identity, either an email address or a domain, to associate the certificate with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fromAddress

      The email address that the certificate applies to. This value is required when the email identity is a domain, and the address must belong to that domain or one of its subdomains. When the email identity is an email address, this value is optional. If you specify it, it must exactly match the email identity.

      Parameters:
      fromAddress - The email address that the certificate applies to. This value is required when the email identity is a domain, and the address must belong to that domain or one of its subdomains. When the email identity is an email address, this value is optional. If you specify it, it must exactly match the email identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateArn

      The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate to associate with the email identity.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate to associate with the email identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.