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(Consumer<Patch.Builder>... patches)
An array of patches.
|
DescribeAvailablePatchesResponse.Builder |
patches(Patch... patches)
An array of patches.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
patches
- An array of patches. Each entry in the array is a patch structure.DescribeAvailablePatchesResponse.Builder patches(Consumer<Patch.Builder>... patches)
An array of patches. Each entry in the array is a patch structure.
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)
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.