public static interface PatchGroupPatchBaselineMapping.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<PatchGroupPatchBaselineMapping.Builder,PatchGroupPatchBaselineMapping>
| Modifier and Type | Method and Description |
|---|---|
PatchGroupPatchBaselineMapping.Builder |
baselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
|
PatchGroupPatchBaselineMapping.Builder |
patchGroup(String patchGroup)
The name of the patch group registered with the patch baseline.
|
copyapply, buildPatchGroupPatchBaselineMapping.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.PatchGroupPatchBaselineMapping.Builder baselineIdentity(PatchBaselineIdentity baselineIdentity)
The patch baseline the patch group is registered with.
baselineIdentity - The patch baseline the patch group is registered with.Copyright © 2017. All rights reserved.