public static class CreateCertificateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateCertificateDetails |
build() |
CreateCertificateDetails.Builder |
certificateContent(String certificateContent)
The base64 encoded content of the PEM file containing the SSL certificate.
|
CreateCertificateDetails.Builder |
copy(CreateCertificateDetails model) |
CreateCertificateDetails.Builder |
key(String key)
The identifier key (unique name in the scope of the deployment) of the certificate being
referenced.
|
public CreateCertificateDetails.Builder key(String key)
The identifier key (unique name in the scope of the deployment) of the certificate being referenced. It must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
key
- the value to setpublic CreateCertificateDetails.Builder certificateContent(String certificateContent)
The base64 encoded content of the PEM file containing the SSL certificate.
certificateContent
- the value to setpublic CreateCertificateDetails build()
public CreateCertificateDetails.Builder copy(CreateCertificateDetails model)
Copyright © 2016–2024. All rights reserved.