Interface Variable.DefinitionStages.WithIsEncrypted

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

public static interface Variable.DefinitionStages.WithIsEncrypted
The stage of the Variable definition allowing to specify isEncrypted.
  • Method Details

    • withIsEncrypted

      Variable.DefinitionStages.WithCreate withIsEncrypted(Boolean isEncrypted)
      Specifies the isEncrypted property: Gets or sets the encrypted flag of the variable..
      Parameters:
      isEncrypted - Gets or sets the encrypted flag of the variable.
      Returns:
      the next definition stage.