@Stability(value=Stable) public static final class CfnLoggerDefinitionVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnLoggerDefinitionVersion>
CfnLoggerDefinitionVersion.| Modifier and Type | Method and Description |
|---|---|
CfnLoggerDefinitionVersion |
build() |
static CfnLoggerDefinitionVersion.Builder |
create(Construct scope,
String id) |
CfnLoggerDefinitionVersion.Builder |
loggerDefinitionId(String loggerDefinitionId)
The ID of the logger definition associated with this version.
|
CfnLoggerDefinitionVersion.Builder |
loggers(IResolvable loggers)
The loggers in this version.
|
CfnLoggerDefinitionVersion.Builder |
loggers(List<? extends Object> loggers)
The loggers in this version.
|
@Stability(value=Stable) public static CfnLoggerDefinitionVersion.Builder create(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.CfnLoggerDefinitionVersion.LoggerProperty.Builder.@Stability(value=Stable) public CfnLoggerDefinitionVersion.Builder loggerDefinitionId(String loggerDefinitionId)
This value is a GUID.
loggerDefinitionId - The ID of the logger definition associated with this version. This parameter is required.this@Stability(value=Stable) public CfnLoggerDefinitionVersion.Builder loggers(IResolvable loggers)
loggers - The loggers in this version. This parameter is required.this@Stability(value=Stable) public CfnLoggerDefinitionVersion.Builder loggers(List<? extends Object> loggers)
loggers - The loggers in this version. This parameter is required.this@Stability(value=Stable) public CfnLoggerDefinitionVersion build()
build in interface software.amazon.jsii.Builder<CfnLoggerDefinitionVersion>Copyright © 2022. All rights reserved.