@Stability(value=Stable) public static final class CfnPatchBaseline.PatchFilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPatchBaseline.PatchFilterProperty>
CfnPatchBaseline.PatchFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPatchBaseline.PatchFilterProperty |
build()
Builds the configured instance.
|
CfnPatchBaseline.PatchFilterProperty.Builder |
key(String key)
Sets the value of
CfnPatchBaseline.PatchFilterProperty.getKey() |
CfnPatchBaseline.PatchFilterProperty.Builder |
values(List<String> values)
Sets the value of
CfnPatchBaseline.PatchFilterProperty.getValues() |
@Stability(value=Stable) public CfnPatchBaseline.PatchFilterProperty.Builder key(String key)
CfnPatchBaseline.PatchFilterProperty.getKey()key - The key for the filter.
For information about valid keys, see PatchFilter in the AWS Systems Manager API Reference .this@Stability(value=Stable) public CfnPatchBaseline.PatchFilterProperty.Builder values(List<String> values)
CfnPatchBaseline.PatchFilterProperty.getValues()values - The value for the filter key.
For information about valid values for each key based on operating system type, see PatchFilter in the AWS Systems Manager API Reference .this@Stability(value=Stable) public CfnPatchBaseline.PatchFilterProperty build()
build in interface software.amazon.jsii.Builder<CfnPatchBaseline.PatchFilterProperty>CfnPatchBaseline.PatchFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.