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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCertificateDetailsbuild()CreateCertificateDetails.BuildercertificateContent(String certificateContent)The base64 encoded content of the PEM file containing the SSL certificate.CreateCertificateDetails.Buildercopy(CreateCertificateDetails model)CreateCertificateDetails.Builderkey(String key)The identifier key (unique name in the scope of the deployment) of the certificate being referenced.
 
- 
- 
- 
Method Detail- 
keypublic 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
 
 - 
certificateContentpublic 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
 
 - 
buildpublic CreateCertificateDetails build() 
 - 
copypublic CreateCertificateDetails.Builder copy(CreateCertificateDetails model) 
 
- 
 
-