Interface PatchBaselineIdentity.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PatchBaselineIdentity.Builder,,- PatchBaselineIdentity> - SdkBuilder<PatchBaselineIdentity.Builder,,- PatchBaselineIdentity> - SdkPojo
- Enclosing class:
- PatchBaselineIdentity
@Mutable
@NotThreadSafe
public static interface PatchBaselineIdentity.Builder
extends SdkPojo, CopyableBuilder<PatchBaselineIdentity.Builder,PatchBaselineIdentity> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
baselineIdThe 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.
 
- 
baselineNameThe 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.
 
- 
operatingSystemDefines 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 is- WINDOWS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
operatingSystemDefines 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 is- WINDOWS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
baselineDescriptionThe 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.
 
- 
defaultBaselineIndicates 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.
 
 
-