public static interface DescribeEffectivePatchesForPatchBaselineRequest.Builder extends SSMRequest.Builder, CopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
| Modifier and Type | Method and 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.
|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.)DescribeEffectivePatchesForPatchBaselineRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeEffectivePatchesForPatchBaselineRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.