public static interface PatchBaselineIdentity.Builder extends software.amazon.awssdk.utils.builder.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.
|
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 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.
defaultBaseline - Whether this is the default baseline.Copyright © 2017. All rights reserved.