public static interface DescribeEffectivePatchesForPatchBaselineResponse.Builder extends software.amazon.awssdk.utils.builder.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(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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setEffectivePatches(java.util.Collection) or #withEffectivePatches(java.util.Collection) if
you want to override the existing values.
effectivePatches - An array of patches and patch status.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 © 2017. All rights reserved.