@Stability(value=Stable) public static final class CfnApplication.LogPatternSetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.LogPatternSetProperty>
CfnApplication.LogPatternSetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.LogPatternSetProperty |
build()
Builds the configured instance.
|
CfnApplication.LogPatternSetProperty.Builder |
logPatterns(IResolvable logPatterns)
Sets the value of
CfnApplication.LogPatternSetProperty.getLogPatterns() |
CfnApplication.LogPatternSetProperty.Builder |
logPatterns(List<? extends Object> logPatterns)
Sets the value of
CfnApplication.LogPatternSetProperty.getLogPatterns() |
CfnApplication.LogPatternSetProperty.Builder |
patternSetName(String patternSetName)
Sets the value of
CfnApplication.LogPatternSetProperty.getPatternSetName() |
@Stability(value=Stable) public CfnApplication.LogPatternSetProperty.Builder logPatterns(IResolvable logPatterns)
CfnApplication.LogPatternSetProperty.getLogPatterns()logPatterns - A list of objects that define the log patterns that belong to `LogPatternSet` . This parameter is required.this@Stability(value=Stable) public CfnApplication.LogPatternSetProperty.Builder logPatterns(List<? extends Object> logPatterns)
CfnApplication.LogPatternSetProperty.getLogPatterns()logPatterns - A list of objects that define the log patterns that belong to `LogPatternSet` . This parameter is required.this@Stability(value=Stable) public CfnApplication.LogPatternSetProperty.Builder patternSetName(String patternSetName)
CfnApplication.LogPatternSetProperty.getPatternSetName()patternSetName - The name of the log pattern. This parameter is required.
A log pattern name can contain up to 30 characters, and it cannot be empty. The characters can be Unicode letters, digits, or one of the following symbols: period, dash, underscore.this@Stability(value=Stable) public CfnApplication.LogPatternSetProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.LogPatternSetProperty>CfnApplication.LogPatternSetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.