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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeEffectivePatchesForPatchBaselineRequest.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.Builder
DescribeEffectivePatchesForPatchBaselineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.