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) |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.