public static interface DescribeEffectivePatchesForPatchBaselineRequest.Builder extends SsmRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeEffectivePatchesForPatchBaselineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.