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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEffectivePatchesForPatchBaselineResponse.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 method that creates an instance of theEffectivePatch.Builder avoiding the need to create one
manually via EffectivePatch.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #effectivePatches(List.
effectivePatches - a consumer that will call methods on
EffectivePatch.Builder#effectivePatches(java.util.Collection) 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 © 2022. All rights reserved.