public static interface RegisterPatchBaselineForPatchGroupRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<RegisterPatchBaselineForPatchGroupRequest.Builder,RegisterPatchBaselineForPatchGroupRequest>
Modifier and Type | Method and Description |
---|---|
RegisterPatchBaselineForPatchGroupRequest.Builder |
baselineId(String baselineId)
The ID of the patch baseline to register the patch group with.
|
RegisterPatchBaselineForPatchGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterPatchBaselineForPatchGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterPatchBaselineForPatchGroupRequest.Builder |
patchGroup(String patchGroup)
The name of the patch group that should be registered with the patch baseline.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RegisterPatchBaselineForPatchGroupRequest.Builder baselineId(String baselineId)
The ID of the patch baseline to register the patch group with.
baselineId
- The ID of the patch baseline to register the patch group with.RegisterPatchBaselineForPatchGroupRequest.Builder patchGroup(String patchGroup)
The name of the patch group that should be registered with the patch baseline.
patchGroup
- The name of the patch group that should be registered with the patch baseline.RegisterPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RegisterPatchBaselineForPatchGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.