Package com.oracle.bmc.rover.model
Class RoverNodeCertificate.Builder
- java.lang.Object
-
- com.oracle.bmc.rover.model.RoverNodeCertificate.Builder
-
- Enclosing class:
- RoverNodeCertificate
public static class RoverNodeCertificate.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoverNodeCertificate
build()
RoverNodeCertificate.Builder
certificate(String certificate)
The certificate that can be installed on a client to do TLS communication to the nodeRoverNodeCertificate.Builder
copy(RoverNodeCertificate model)
-
-
-
Method Detail
-
certificate
public RoverNodeCertificate.Builder certificate(String certificate)
The certificate that can be installed on a client to do TLS communication to the node- Parameters:
certificate
- the value to set- Returns:
- this builder
-
build
public RoverNodeCertificate build()
-
copy
public RoverNodeCertificate.Builder copy(RoverNodeCertificate model)
-
-