Interface PatchBaselineIdentity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PatchBaselineIdentity.Builder,
,PatchBaselineIdentity> SdkBuilder<PatchBaselineIdentity.Builder,
,PatchBaselineIdentity> SdkPojo
- Enclosing class:
PatchBaselineIdentity
public static interface PatchBaselineIdentity.Builder
extends SdkPojo, CopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity>
-
Method Summary
Modifier and TypeMethodDescriptionbaselineDescription
(String baselineDescription) The description of the patch baseline.baselineId
(String baselineId) The ID of the patch baseline.baselineName
(String baselineName) The name of the patch baseline.defaultBaseline
(Boolean defaultBaseline) Indicates whether this is the default baseline.operatingSystem
(String operatingSystem) Defines the operating system the patch baseline applies to.operatingSystem
(OperatingSystem operatingSystem) Defines the operating system the patch baseline applies to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
baselineId
The ID of the patch baseline.
- Parameters:
baselineId
- The ID of the patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baselineName
The name of the patch baseline.
- Parameters:
baselineName
- The name of the patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingSystem
Defines the operating system the patch baseline applies to. The default value is
WINDOWS
.- Parameters:
operatingSystem
- Defines the operating system the patch baseline applies to. The default value isWINDOWS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operatingSystem
Defines the operating system the patch baseline applies to. The default value is
WINDOWS
.- Parameters:
operatingSystem
- Defines the operating system the patch baseline applies to. The default value isWINDOWS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
baselineDescription
The description of the patch baseline.
- Parameters:
baselineDescription
- The description of the patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultBaseline
Indicates whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
- Parameters:
defaultBaseline
- Indicates whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-