@Stability(value=Stable) public static final class CfnLogStream.Builder extends Object implements software.amazon.jsii.Builder<CfnLogStream>
CfnLogStream.| Modifier and Type | Method and Description |
|---|---|
CfnLogStream |
build() |
static CfnLogStream.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLogStream.Builder |
logGroupName(String logGroupName)
`AWS::Logs::LogStream.LogGroupName`.
|
CfnLogStream.Builder |
logStreamName(String logStreamName)
`AWS::Logs::LogStream.LogStreamName`.
|
@Stability(value=Stable) public static CfnLogStream.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLogStream.Builder.@Stability(value=Stable) public CfnLogStream.Builder logGroupName(String logGroupName)
logGroupName - `AWS::Logs::LogStream.LogGroupName`. This parameter is required.this@Stability(value=Stable) public CfnLogStream.Builder logStreamName(String logStreamName)
logStreamName - `AWS::Logs::LogStream.LogStreamName`. This parameter is required.this@Stability(value=Stable) public CfnLogStream build()
build in interface software.amazon.jsii.Builder<CfnLogStream>Copyright © 2021. All rights reserved.