Class ConfigManagerPolicySummary.Builder

    • Method Detail

      • compliantDeviceCount

        public ConfigManagerPolicySummary.Builder compliantDeviceCount​(Integer compliantDeviceCount)
        “The number of devices evaluated to be compliant by the policy.”
        Parameters:
        compliantDeviceCount - value of compliantDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • enforcedDeviceCount

        public ConfigManagerPolicySummary.Builder enforcedDeviceCount​(Integer enforcedDeviceCount)
        “The number of devices that have have been remediated by the policy.”
        Parameters:
        enforcedDeviceCount - value of enforcedDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • failedDeviceCount

        public ConfigManagerPolicySummary.Builder failedDeviceCount​(Integer failedDeviceCount)
        “The number of devices that failed to be evaluated by the policy.”
        Parameters:
        failedDeviceCount - value of failedDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • nonCompliantDeviceCount

        public ConfigManagerPolicySummary.Builder nonCompliantDeviceCount​(Integer nonCompliantDeviceCount)
        “The number of devices evaluated to be noncompliant by the policy.”
        Parameters:
        nonCompliantDeviceCount - value of nonCompliantDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • pendingDeviceCount

        public ConfigManagerPolicySummary.Builder pendingDeviceCount​(Integer pendingDeviceCount)
        “The number of devices that have acknowledged the policy but are pending evaluation.”
        Parameters:
        pendingDeviceCount - value of pendingDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • targetedDeviceCount

        public ConfigManagerPolicySummary.Builder targetedDeviceCount​(Integer targetedDeviceCount)
        “The number of devices targeted by the policy.”
        Parameters:
        targetedDeviceCount - value of targetedDeviceCount property (as defined in service metadata)
        Returns:
        this (for method chaining)