public static interface RegisterPatchBaselineForPatchGroupRequest.Builder extends software.amazon.awssdk.utils.builder.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 |
patchGroup(String patchGroup)
The name of the patch group that should be registered with the patch baseline.
|
copyapply, buildRegisterPatchBaselineForPatchGroupRequest.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.Copyright © 2017. All rights reserved.