CopyableBuilder<ServerCertificate.Builder,ServerCertificate>
, SdkBuilder<ServerCertificate.Builder,ServerCertificate>
public static interface ServerCertificate.Builder extends CopyableBuilder<ServerCertificate.Builder,ServerCertificate>
Modifier and Type | Method | Description |
---|---|---|
ServerCertificate.Builder |
certificateBody(String certificateBody) |
The contents of the public key certificate.
|
ServerCertificate.Builder |
certificateChain(String certificateChain) |
The contents of the public key certificate chain.
|
ServerCertificate.Builder |
serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata) |
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
copy
apply, build
ServerCertificate.Builder serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
serverCertificateMetadata
- The meta information of the server certificate, such as its name, path, ID, and ARN.ServerCertificate.Builder certificateBody(String certificateBody)
The contents of the public key certificate.
certificateBody
- The contents of the public key certificate.ServerCertificate.Builder certificateChain(String certificateChain)
The contents of the public key certificate chain.
certificateChain
- The contents of the public key certificate chain.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.