Interface DescribeInstancePatchesResponse.Builder

    • Method Detail

      • patches

        DescribeInstancePatchesResponse.Builder patches​(Collection<PatchComplianceData> patches)

        Each entry in the array is a structure containing:

        • Title (string)

        • KBId (string)

        • Classification (string)

        • Severity (string)

        • State (string, such as "INSTALLED" or "FAILED")

        • InstalledTime (DateTime)

        • InstalledBy (string)

        Parameters:
        patches - Each entry in the array is a structure containing:

        • Title (string)

        • KBId (string)

        • Classification (string)

        • Severity (string)

        • State (string, such as "INSTALLED" or "FAILED")

        • InstalledTime (DateTime)

        • InstalledBy (string)

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

        DescribeInstancePatchesResponse.Builder patches​(PatchComplianceData... patches)

        Each entry in the array is a structure containing:

        • Title (string)

        • KBId (string)

        • Classification (string)

        • Severity (string)

        • State (string, such as "INSTALLED" or "FAILED")

        • InstalledTime (DateTime)

        • InstalledBy (string)

        Parameters:
        patches - Each entry in the array is a structure containing:

        • Title (string)

        • KBId (string)

        • Classification (string)

        • Severity (string)

        • State (string, such as "INSTALLED" or "FAILED")

        • InstalledTime (DateTime)

        • InstalledBy (string)

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

        DescribeInstancePatchesResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.