@Stability(value=Stable) public static final class CfnLogStreamProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLogStreamProps>
CfnLogStreamProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLogStreamProps |
build()
Builds the configured instance.
|
CfnLogStreamProps.Builder |
logGroupName(String logGroupName)
Sets the value of
CfnLogStreamProps.getLogGroupName() |
CfnLogStreamProps.Builder |
logStreamName(String logStreamName)
Sets the value of
CfnLogStreamProps.getLogStreamName() |
@Stability(value=Stable) public CfnLogStreamProps.Builder logGroupName(String logGroupName)
CfnLogStreamProps.getLogGroupName()logGroupName - `AWS::Logs::LogStream.LogGroupName`. This parameter is required.this@Stability(value=Stable) public CfnLogStreamProps.Builder logStreamName(String logStreamName)
CfnLogStreamProps.getLogStreamName()logStreamName - `AWS::Logs::LogStream.LogStreamName`.this@Stability(value=Stable) public CfnLogStreamProps build()
build in interface software.amazon.jsii.Builder<CfnLogStreamProps>CfnLogStreamPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.