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