@Stability(value=Stable) public static final class CfnLoggerDefinitionVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLoggerDefinitionVersionProps>
CfnLoggerDefinitionVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLoggerDefinitionVersionProps |
build()
Builds the configured instance.
|
CfnLoggerDefinitionVersionProps.Builder |
loggerDefinitionId(String loggerDefinitionId)
Sets the value of
CfnLoggerDefinitionVersionProps.getLoggerDefinitionId() |
CfnLoggerDefinitionVersionProps.Builder |
loggers(IResolvable loggers)
Sets the value of
CfnLoggerDefinitionVersionProps.getLoggers() |
CfnLoggerDefinitionVersionProps.Builder |
loggers(List<? extends Object> loggers)
Sets the value of
CfnLoggerDefinitionVersionProps.getLoggers() |
@Stability(value=Stable) public CfnLoggerDefinitionVersionProps.Builder loggerDefinitionId(String loggerDefinitionId)
CfnLoggerDefinitionVersionProps.getLoggerDefinitionId()loggerDefinitionId - The ID of the logger definition associated with this version. This parameter is required.
This value is a GUID.this@Stability(value=Stable) public CfnLoggerDefinitionVersionProps.Builder loggers(IResolvable loggers)
CfnLoggerDefinitionVersionProps.getLoggers()loggers - The loggers in this version. This parameter is required.this@Stability(value=Stable) public CfnLoggerDefinitionVersionProps.Builder loggers(List<? extends Object> loggers)
CfnLoggerDefinitionVersionProps.getLoggers()loggers - The loggers in this version. This parameter is required.this@Stability(value=Stable) public CfnLoggerDefinitionVersionProps build()
build in interface software.amazon.jsii.Builder<CfnLoggerDefinitionVersionProps>CfnLoggerDefinitionVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.