Interface DescribeInstancePatchesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeInstancePatchesResponse.Builder,DescribeInstancePatchesResponse>, SdkBuilder<DescribeInstancePatchesResponse.Builder,DescribeInstancePatchesResponse>, SdkPojo, SdkResponse.Builder, SsmResponse.Builder
Enclosing class:
DescribeInstancePatchesResponse

public static interface DescribeInstancePatchesResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchesResponse.Builder,DescribeInstancePatchesResponse>
  • Method Details

    • 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

      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

      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)

      This is a convenience method that creates an instance of the PatchComplianceData.Builder avoiding the need to create one manually via PatchComplianceData.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to patches(List<PatchComplianceData>).

      Parameters:
      patches - a consumer that will call methods on PatchComplianceData.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.