public static interface RegisterPatchBaselineForPatchGroupResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RegisterPatchBaselineForPatchGroupResponse.Builder,RegisterPatchBaselineForPatchGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterPatchBaselineForPatchGroupResponse.Builder |
baselineId(String baselineId)
The ID of the patch baseline the patch group was registered with.
|
RegisterPatchBaselineForPatchGroupResponse.Builder |
patchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
|
copyapply, buildRegisterPatchBaselineForPatchGroupResponse.Builder baselineId(String baselineId)
The ID of the patch baseline the patch group was registered with.
baselineId - The ID of the patch baseline the patch group was registered with.RegisterPatchBaselineForPatchGroupResponse.Builder patchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
patchGroup - The name of the patch group registered with the patch baseline.Copyright © 2017. All rights reserved.