public static interface DescribeAvailablePatchesResponse.Builder extends SsmResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 patches(Consumer<Patch.Builder>... patches)
An array of patches. Each entry in the array is a patch structure.
This is a convenience method that creates an instance of thePatch.Builder avoiding the need to create one manually via
Patch.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #patches(List.
patches - a consumer that will call methods on Patch.Builder#patches(java.util.Collection) 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 © 2023. All rights reserved.