Package com.oracle.bmc.goldengate.model
Class CreateCertificateDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.CreateCertificateDetails.Builder
-
- Enclosing class:
- CreateCertificateDetails
public static class CreateCertificateDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
key
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.
- Parameters:
key
- the value to set- Returns:
- this builder
-
certificateContent
public CreateCertificateDetails.Builder certificateContent(String certificateContent)
The base64 encoded content of the PEM file containing the SSL certificate.- Parameters:
certificateContent
- the value to set- Returns:
- this builder
-
build
public CreateCertificateDetails build()
-
copy
public CreateCertificateDetails.Builder copy(CreateCertificateDetails model)
-
-