Class AutoUserSpecification


  • public class AutoUserSpecification
    extends Object
    Specifies the parameters for the auto user that runs a task on the Batch service.
    • Constructor Detail

      • AutoUserSpecification

        public AutoUserSpecification()
    • Method Detail

      • scope

        public AutoUserScope scope()
        Get the scope value.
        Returns:
        the scope value
      • withScope

        public AutoUserSpecification withScope​(AutoUserScope scope)
        Set the scope value.
        Parameters:
        scope - the scope value to set
        Returns:
        the AutoUserSpecification object itself.
      • elevationLevel

        public ElevationLevel elevationLevel()
        Get the elevationLevel value.
        Returns:
        the elevationLevel value
      • withElevationLevel

        public AutoUserSpecification withElevationLevel​(ElevationLevel elevationLevel)
        Set the elevationLevel value.
        Parameters:
        elevationLevel - the elevationLevel value to set
        Returns:
        the AutoUserSpecification object itself.