Interface MachineExtension.DefinitionStages.WithForceUpdateTag

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

public static interface MachineExtension.DefinitionStages.WithForceUpdateTag
The stage of the MachineExtension definition allowing to specify forceUpdateTag.
  • Method Details

    • withForceUpdateTag

      MachineExtension.DefinitionStages.WithCreate withForceUpdateTag(String forceUpdateTag)
      Specifies the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed..
      Parameters:
      forceUpdateTag - How the extension handler should be forced to update even if the extension configuration has not changed.
      Returns:
      the next definition stage.