static ServerCertificate.Builder |
ServerCertificate.builder() |
|
ServerCertificate.Builder |
ServerCertificate.Builder.certificateBody(String certificateBody) |
The contents of the public key certificate.
|
ServerCertificate.Builder |
ServerCertificate.Builder.certificateChain(String certificateChain) |
The contents of the public key certificate chain.
|
default ServerCertificate.Builder |
ServerCertificate.Builder.serverCertificateMetadata(Consumer<ServerCertificateMetadata.Builder> serverCertificateMetadata) |
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
ServerCertificate.Builder |
ServerCertificate.Builder.serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata) |
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
ServerCertificate.Builder |
ServerCertificate.Builder.tags(Collection<Tag> tags) |
A list of tags that are attached to the server certificate.
|
ServerCertificate.Builder |
ServerCertificate.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags that are attached to the server certificate.
|
ServerCertificate.Builder |
ServerCertificate.Builder.tags(Tag... tags) |
A list of tags that are attached to the server certificate.
|
ServerCertificate.Builder |
ServerCertificate.toBuilder() |
|