CopyableBuilder<DescribeInstancePatchesResponse.Builder,DescribeInstancePatchesResponse>
, SdkBuilder<DescribeInstancePatchesResponse.Builder,DescribeInstancePatchesResponse>
public static interface DescribeInstancePatchesResponse.Builder extends CopyableBuilder<DescribeInstancePatchesResponse.Builder,DescribeInstancePatchesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeInstancePatchesResponse.Builder |
nextToken(String nextToken) |
The token to use when requesting the next set of items.
|
DescribeInstancePatchesResponse.Builder |
patches(Collection<PatchComplianceData> patches) |
Each entry in the array is a structure containing:
|
DescribeInstancePatchesResponse.Builder |
patches(PatchComplianceData... patches) |
Each entry in the array is a structure containing:
|
copy
apply, build
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: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
patches
- Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
DescribeInstancePatchesResponse.Builder patches(PatchComplianceData... patches)
Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
NOTE: This method appends the values to the existing list (if any). Use
#setPatches(java.util.Collection)
or #withPatches(java.util.Collection)
if you want to
override the existing values.
patches
- Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
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.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.