Interface Cluster.DefinitionStages.WithCertificate

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

public static interface Cluster.DefinitionStages.WithCertificate
The stage of the Cluster definition allowing to specify certificate.
  • Method Details

    • withCertificate

      Specifies the certificate property: The certificate to use for securing the cluster. The certificate provided will be used for node to node security within the cluster, SSL certificate for cluster management endpoint and default admin client..
      Parameters:
      certificate - The certificate to use for securing the cluster. The certificate provided will be used for node to node security within the cluster, SSL certificate for cluster management endpoint and default admin client.
      Returns:
      the next definition stage.