Interface Cluster.DefinitionStages.WithIsDoubleEncryptionEnabled

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

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

    • withIsDoubleEncryptionEnabled

      Cluster.DefinitionStages.WithCreate withIsDoubleEncryptionEnabled(Boolean isDoubleEncryptionEnabled)
      Specifies the isDoubleEncryptionEnabled property: Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'.
      Parameters:
      isDoubleEncryptionEnabled - Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'.
      Returns:
      the next definition stage.