public static interface DescribeInstancePatchesResponse.Builder extends SsmResponse.Builder, SdkPojo, 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:
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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, such as "INSTALLED" or "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, such as "INSTALLED" or "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, such as "INSTALLED" or "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, such as "INSTALLED" or "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, such as "INSTALLED" or "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.