Interface CodeSigningCertificateChain.Builder

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

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

    • certificateName

      CodeSigningCertificateChain.Builder certificateName(String certificateName)

      The name of the certificate.

      Parameters:
      certificateName - The name of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inlineDocument

      CodeSigningCertificateChain.Builder inlineDocument(String inlineDocument)

      A base64 encoded binary representation of the code signing certificate chain.

      Parameters:
      inlineDocument - A base64 encoded binary representation of the code signing certificate chain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.