public static interface CodeSigningCertificateChain.Builder extends SdkPojo, CopyableBuilder<CodeSigningCertificateChain.Builder,CodeSigningCertificateChain>
| Modifier and Type | Method and Description |
|---|---|
CodeSigningCertificateChain.Builder |
certificateName(String certificateName)
The name of the certificate.
|
CodeSigningCertificateChain.Builder |
inlineDocument(String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
|
copyapplyMutation, buildCodeSigningCertificateChain.Builder certificateName(String certificateName)
The name of the certificate.
certificateName - The name of the certificate.CodeSigningCertificateChain.Builder inlineDocument(String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
inlineDocument - A base64 encoded binary representation of the code signing certificate chain.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.