CopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>, SdkBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>public static interface DescribeEffectivePatchesForPatchBaselineResponse.Builder extends CopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.