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