CopyableBuilder<DeregisterPatchBaselineForPatchGroupRequest.Builder,DeregisterPatchBaselineForPatchGroupRequest>
, SdkBuilder<DeregisterPatchBaselineForPatchGroupRequest.Builder,DeregisterPatchBaselineForPatchGroupRequest>
public static interface DeregisterPatchBaselineForPatchGroupRequest.Builder extends CopyableBuilder<DeregisterPatchBaselineForPatchGroupRequest.Builder,DeregisterPatchBaselineForPatchGroupRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
DeregisterPatchBaselineForPatchGroupRequest.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 Amazon Web Services, Inc. All Rights Reserved.