Interface CodeSigningCertificateChain.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeSigningCertificateChain.Builder,,CodeSigningCertificateChain> SdkBuilder<CodeSigningCertificateChain.Builder,,CodeSigningCertificateChain> SdkPojo
- Enclosing class:
CodeSigningCertificateChain
@Mutable
@NotThreadSafe
public static interface CodeSigningCertificateChain.Builder
extends SdkPojo, CopyableBuilder<CodeSigningCertificateChain.Builder,CodeSigningCertificateChain>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateName(String certificateName) The name of the certificate.inlineDocument(String inlineDocument) A base64 encoded binary representation of the code signing certificate chain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-