public static interface PatchBaselineIdentity.Builder extends CopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>
| Modifier and Type | Method and Description |
|---|---|
PatchBaselineIdentity.Builder |
baselineDescription(String baselineDescription)
The description of the patch baseline.
|
PatchBaselineIdentity.Builder |
baselineId(String baselineId)
The ID of the patch baseline.
|
PatchBaselineIdentity.Builder |
baselineName(String baselineName)
The name of the patch baseline.
|
PatchBaselineIdentity.Builder |
defaultBaseline(Boolean defaultBaseline)
Whether this is the default baseline.
|
PatchBaselineIdentity.Builder |
operatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to.
|
PatchBaselineIdentity.Builder |
operatingSystem(String operatingSystem)
Defines the operating system the patch baseline applies to.
|
copyapply, buildPatchBaselineIdentity.Builder baselineId(String baselineId)
The ID of the patch baseline.
baselineId - The ID of the patch baseline.PatchBaselineIdentity.Builder baselineName(String baselineName)
The name of the patch baseline.
baselineName - The name of the patch baseline.PatchBaselineIdentity.Builder operatingSystem(String operatingSystem)
Defines the operating system the patch baseline applies to. The Default value is WINDOWS.
operatingSystem - Defines the operating system the patch baseline applies to. The Default value is WINDOWS.OperatingSystem,
OperatingSystemPatchBaselineIdentity.Builder operatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to. The Default value is WINDOWS.
operatingSystem - Defines the operating system the patch baseline applies to. The Default value is WINDOWS.OperatingSystem,
OperatingSystemPatchBaselineIdentity.Builder baselineDescription(String baselineDescription)
The description of the patch baseline.
baselineDescription - The description of the patch baseline.PatchBaselineIdentity.Builder defaultBaseline(Boolean defaultBaseline)
Whether this is the default baseline. Note that Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
defaultBaseline - Whether this is the default baseline. Note that Systems Manager supports creating multiple default
patch baselines. For example, you can create a default patch baseline for each operating system.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.