CopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>, SdkBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>public static interface DescribeEffectivePatchesForPatchBaselineRequest.Builder extends CopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
baselineId(String baselineId) |
The ID of the patch baseline to retrieve the effective patches for.
|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of patches to return (per page).
|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copyapply, buildDescribeEffectivePatchesForPatchBaselineRequest.Builder baselineId(String baselineId)
The ID of the patch baseline to retrieve the effective patches for.
baselineId - The ID of the patch baseline to retrieve the effective patches for.DescribeEffectivePatchesForPatchBaselineRequest.Builder maxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults - The maximum number of patches to return (per page).DescribeEffectivePatchesForPatchBaselineRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.