public static interface DescribeAvailablePatchesResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAvailablePatchesResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeAvailablePatchesResponse.Builder |
patches(Collection<Patch> patches)
An array of patches.
|
DescribeAvailablePatchesResponse.Builder |
patches(Patch... patches)
An array of patches.
|
buildcopyapply, buildDescribeAvailablePatchesResponse.Builder patches(Collection<Patch> patches)
An array of patches. Each entry in the array is a patch structure.
patches - An array of patches. Each entry in the array is a patch structure.DescribeAvailablePatchesResponse.Builder patches(Patch... patches)
An array of patches. Each entry in the array is a patch structure.
patches - An array of patches. Each entry in the array is a patch structure.DescribeAvailablePatchesResponse.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.