Interface Cluster.DefinitionStages.WithEnableDoubleEncryption

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

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

    • withEnableDoubleEncryption

      Cluster.DefinitionStages.WithCreate withEnableDoubleEncryption(Boolean enableDoubleEncryption)
      Specifies the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled..
      Parameters:
      enableDoubleEncryption - A boolean value that indicates if double encryption is enabled.
      Returns:
      the next definition stage.