public static interface DeregisterPatchBaselineForPatchGroupRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeregisterPatchBaselineForPatchGroupRequest.Builder,DeregisterPatchBaselineForPatchGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterPatchBaselineForPatchGroupRequest.Builder |
baselineId(String baselineId)
The ID of the patch baseline to deregister the patch group from.
|
DeregisterPatchBaselineForPatchGroupRequest.Builder |
patchGroup(String patchGroup)
The name of the patch group that should be deregistered from the patch baseline.
|
copyapply, buildDeregisterPatchBaselineForPatchGroupRequest.Builder baselineId(String baselineId)
The ID of the patch baseline to deregister the patch group from.
baselineId - The ID of the patch baseline to deregister the patch group from.DeregisterPatchBaselineForPatchGroupRequest.Builder patchGroup(String patchGroup)
The name of the patch group that should be deregistered from the patch baseline.
patchGroup - The name of the patch group that should be deregistered from the patch baseline.Copyright © 2017. All rights reserved.