@Stability(value=Stable) public static final class CfnApplication.LogPatternProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.LogPatternProperty>
CfnApplication.LogPatternProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.LogPatternProperty |
build()
Builds the configured instance.
|
CfnApplication.LogPatternProperty.Builder |
pattern(String pattern)
Sets the value of
CfnApplication.LogPatternProperty.getPattern() |
CfnApplication.LogPatternProperty.Builder |
patternName(String patternName)
Sets the value of
CfnApplication.LogPatternProperty.getPatternName() |
CfnApplication.LogPatternProperty.Builder |
rank(Number rank)
Sets the value of
CfnApplication.LogPatternProperty.getRank() |
@Stability(value=Stable) public CfnApplication.LogPatternProperty.Builder pattern(String pattern)
CfnApplication.LogPatternProperty.getPattern()pattern - A regular expression that defines the log pattern. This parameter is required.
A log pattern can contain up to 50 characters, and it cannot be empty.this@Stability(value=Stable) public CfnApplication.LogPatternProperty.Builder patternName(String patternName)
CfnApplication.LogPatternProperty.getPatternName()patternName - The name of the log pattern. This parameter is required.
A log pattern name can contain up to 50 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.LogPatternProperty.Builder rank(Number rank)
CfnApplication.LogPatternProperty.getRank()rank - The rank of the log pattern. This parameter is required.this@Stability(value=Stable) public CfnApplication.LogPatternProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.LogPatternProperty>CfnApplication.LogPatternPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.