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