@Stability(value=Stable) public static final class CfnApplication.WindowsEventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.WindowsEventProperty>
CfnApplication.WindowsEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.WindowsEventProperty |
build()
Builds the configured instance.
|
CfnApplication.WindowsEventProperty.Builder |
eventLevels(List<String> eventLevels)
Sets the value of
CfnApplication.WindowsEventProperty.getEventLevels() |
CfnApplication.WindowsEventProperty.Builder |
eventName(String eventName)
Sets the value of
CfnApplication.WindowsEventProperty.getEventName() |
CfnApplication.WindowsEventProperty.Builder |
logGroupName(String logGroupName)
Sets the value of
CfnApplication.WindowsEventProperty.getLogGroupName() |
CfnApplication.WindowsEventProperty.Builder |
patternSet(String patternSet)
Sets the value of
CfnApplication.WindowsEventProperty.getPatternSet() |
@Stability(value=Stable) public CfnApplication.WindowsEventProperty.Builder eventLevels(List<String> eventLevels)
CfnApplication.WindowsEventProperty.getEventLevels()eventLevels - `CfnApplication.WindowsEventProperty.EventLevels`. This parameter is required.this@Stability(value=Stable) public CfnApplication.WindowsEventProperty.Builder eventName(String eventName)
CfnApplication.WindowsEventProperty.getEventName()eventName - `CfnApplication.WindowsEventProperty.EventName`. This parameter is required.this@Stability(value=Stable) public CfnApplication.WindowsEventProperty.Builder logGroupName(String logGroupName)
CfnApplication.WindowsEventProperty.getLogGroupName()logGroupName - `CfnApplication.WindowsEventProperty.LogGroupName`. This parameter is required.this@Stability(value=Stable) public CfnApplication.WindowsEventProperty.Builder patternSet(String patternSet)
CfnApplication.WindowsEventProperty.getPatternSet()patternSet - `CfnApplication.WindowsEventProperty.PatternSet`.this@Stability(value=Stable) public CfnApplication.WindowsEventProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.WindowsEventProperty>CfnApplication.WindowsEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.