Interface AcmeAccount.Builder

  • Method Details

    • accountUrl

      AcmeAccount.Builder accountUrl(String accountUrl)

      The URL of the ACME account.

      Parameters:
      accountUrl - The URL of the ACME account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publicKeyThumbprint

      AcmeAccount.Builder publicKeyThumbprint(String publicKeyThumbprint)

      The thumbprint of the public key associated with the ACME account.

      Parameters:
      publicKeyThumbprint - The thumbprint of the public key associated with the ACME account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      AcmeAccount.Builder status(String status)

      The status of the ACME account.

      Parameters:
      status - The status of the ACME account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the ACME account.

      Parameters:
      status - The status of the ACME account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      AcmeAccount.Builder createdAt(Instant createdAt)

      The time at which the ACME account was created.

      Parameters:
      createdAt - The time at which the ACME account was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acmeExternalAccountBindingArn

      AcmeAccount.Builder acmeExternalAccountBindingArn(String acmeExternalAccountBindingArn)

      The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.

      Parameters:
      acmeExternalAccountBindingArn - The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contacts

      AcmeAccount.Builder contacts(Collection<String> contacts)

      The contact information for the ACME account.

      Parameters:
      contacts - The contact information for the ACME account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contacts

      AcmeAccount.Builder contacts(String... contacts)

      The contact information for the ACME account.

      Parameters:
      contacts - The contact information for the ACME account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.