public static interface ServerCertificate.Builder extends CopyableBuilder<ServerCertificate.Builder,ServerCertificate>
| Modifier and Type | Method and 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.
|
default ServerCertificate.Builder |
serverCertificateMetadata(Consumer<ServerCertificateMetadata.Builder> serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
ServerCertificate.Builder |
serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
copyapply, buildServerCertificate.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.default ServerCertificate.Builder serverCertificateMetadata(Consumer<ServerCertificateMetadata.Builder> serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
This is a convenience that creates an instance of theServerCertificateMetadata.Builder avoiding the
need to create one manually via ServerCertificateMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to serverCertificateMetadata(ServerCertificateMetadata).serverCertificateMetadata - a consumer that will call methods on ServerCertificateMetadata.BuilderserverCertificateMetadata(ServerCertificateMetadata)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.