Interface InstancePatchStateFilter.Builder

    • Method Detail

      • key

        InstancePatchStateFilter.Builder key​(String key)

        The key for the filter. Supported values include the following:

        • InstalledCount

        • InstalledOtherCount

        • InstalledPendingRebootCount

        • InstalledRejectedCount

        • MissingCount

        • FailedCount

        • UnreportedNotApplicableCount

        • NotApplicableCount

        Parameters:
        key - The key for the filter. Supported values include the following:

        • InstalledCount

        • InstalledOtherCount

        • InstalledPendingRebootCount

        • InstalledRejectedCount

        • MissingCount

        • FailedCount

        • UnreportedNotApplicableCount

        • NotApplicableCount

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        InstancePatchStateFilter.Builder values​(Collection<String> values)

        The value for the filter. Must be an integer greater than or equal to 0.

        Parameters:
        values - The value for the filter. Must be an integer greater than or equal to 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        InstancePatchStateFilter.Builder values​(String... values)

        The value for the filter. Must be an integer greater than or equal to 0.

        Parameters:
        values - The value for the filter. Must be an integer greater than or equal to 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.