public static interface DescribeInstancePatchesResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeInstancePatchesResponse.Builder,DescribeInstancePatchesResponse>
| Modifier and Type | Method and 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(Consumer<PatchComplianceData.Builder>... patches)
Each entry in the array is a structure containing:
|
DescribeInstancePatchesResponse.Builder |
patches(PatchComplianceData... patches)
Each entry in the array is a structure containing:
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeInstancePatchesResponse.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)
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(Consumer<PatchComplianceData.Builder>... 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)
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #patches(List) .patches - a consumer that will call methods on List.Builder #patches(List) 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.