public static interface DescribeEffectivePatchesForPatchBaselineResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>
Modifier and Type | Method and Description |
---|---|
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
effectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
effectivePatches(Consumer<EffectivePatch.Builder>... effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
effectivePatches(EffectivePatch... effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeEffectivePatchesForPatchBaselineResponse.Builder effectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
effectivePatches
- An array of patches and patch status.DescribeEffectivePatchesForPatchBaselineResponse.Builder effectivePatches(EffectivePatch... effectivePatches)
An array of patches and patch status.
effectivePatches
- An array of patches and patch status.DescribeEffectivePatchesForPatchBaselineResponse.Builder effectivePatches(Consumer<EffectivePatch.Builder>... effectivePatches)
An array of patches and patch status.
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 #effectivePatches(List)
.effectivePatches
- a consumer that will call methods on List.Builder
#effectivePatches(List)
DescribeEffectivePatchesForPatchBaselineResponse.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 © 2020. All rights reserved.