Class CfnPatchBaseline.PatchFilterGroupProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ssm.CfnPatchBaseline.PatchFilterGroupProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPatchBaseline.PatchFilterGroupProperty>
- Enclosing interface:
CfnPatchBaseline.PatchFilterGroupProperty
@Stability(Stable)
public static final class CfnPatchBaseline.PatchFilterGroupProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPatchBaseline.PatchFilterGroupProperty>
A builder for
CfnPatchBaseline.PatchFilterGroupProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.patchFilters(List<? extends Object> patchFilters) Sets the value ofCfnPatchBaseline.PatchFilterGroupProperty.getPatchFilters()patchFilters(IResolvable patchFilters) Sets the value ofCfnPatchBaseline.PatchFilterGroupProperty.getPatchFilters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
patchFilters
@Stability(Stable) public CfnPatchBaseline.PatchFilterGroupProperty.Builder patchFilters(IResolvable patchFilters) Sets the value ofCfnPatchBaseline.PatchFilterGroupProperty.getPatchFilters()- Parameters:
patchFilters- The set of patch filters that make up the group.- Returns:
this
-
patchFilters
@Stability(Stable) public CfnPatchBaseline.PatchFilterGroupProperty.Builder patchFilters(List<? extends Object> patchFilters) Sets the value ofCfnPatchBaseline.PatchFilterGroupProperty.getPatchFilters()- Parameters:
patchFilters- The set of patch filters that make up the group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPatchBaseline.PatchFilterGroupProperty>- Returns:
- a new instance of
CfnPatchBaseline.PatchFilterGroupProperty - Throws:
NullPointerException- if any required attribute was not provided
-