Class PatchBaselineReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ssm.PatchBaselineReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PatchBaselineReference>
- Enclosing interface:
PatchBaselineReference
@Stability(Stable)
public static final class PatchBaselineReference.Builder
extends Object
implements software.amazon.jsii.Builder<PatchBaselineReference>
A builder for
PatchBaselineReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.patchBaselineId(String patchBaselineId) Sets the value ofPatchBaselineReference.getPatchBaselineId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
patchBaselineId
Sets the value ofPatchBaselineReference.getPatchBaselineId()- Parameters:
patchBaselineId- The Id of the PatchBaseline resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PatchBaselineReference>- Returns:
- a new instance of
PatchBaselineReference - Throws:
NullPointerException- if any required attribute was not provided
-