CopyableBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>
, SdkBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>
public static interface DescribeAvailablePatchesResponse.Builder extends CopyableBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeAvailablePatchesResponse.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.
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
- 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.