@Stability(value=Stable) public static final class CfnProject.LogsConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.LogsConfigProperty>
CfnProject.LogsConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.LogsConfigProperty |
build()
Builds the configured instance.
|
CfnProject.LogsConfigProperty.Builder |
cloudWatchLogs(CfnProject.CloudWatchLogsConfigProperty cloudWatchLogs)
Sets the value of
CfnProject.LogsConfigProperty.getCloudWatchLogs() |
CfnProject.LogsConfigProperty.Builder |
cloudWatchLogs(IResolvable cloudWatchLogs)
Sets the value of
CfnProject.LogsConfigProperty.getCloudWatchLogs() |
CfnProject.LogsConfigProperty.Builder |
s3Logs(CfnProject.S3LogsConfigProperty s3Logs)
Sets the value of
CfnProject.LogsConfigProperty.getS3Logs() |
CfnProject.LogsConfigProperty.Builder |
s3Logs(IResolvable s3Logs)
Sets the value of
CfnProject.LogsConfigProperty.getS3Logs() |
@Stability(value=Stable) public CfnProject.LogsConfigProperty.Builder cloudWatchLogs(CfnProject.CloudWatchLogsConfigProperty cloudWatchLogs)
CfnProject.LogsConfigProperty.getCloudWatchLogs()cloudWatchLogs - `CfnProject.LogsConfigProperty.CloudWatchLogs`.this@Stability(value=Stable) public CfnProject.LogsConfigProperty.Builder cloudWatchLogs(IResolvable cloudWatchLogs)
CfnProject.LogsConfigProperty.getCloudWatchLogs()cloudWatchLogs - `CfnProject.LogsConfigProperty.CloudWatchLogs`.this@Stability(value=Stable) public CfnProject.LogsConfigProperty.Builder s3Logs(CfnProject.S3LogsConfigProperty s3Logs)
CfnProject.LogsConfigProperty.getS3Logs()s3Logs - `CfnProject.LogsConfigProperty.S3Logs`.this@Stability(value=Stable) public CfnProject.LogsConfigProperty.Builder s3Logs(IResolvable s3Logs)
CfnProject.LogsConfigProperty.getS3Logs()s3Logs - `CfnProject.LogsConfigProperty.S3Logs`.this@Stability(value=Stable) public CfnProject.LogsConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.LogsConfigProperty>CfnProject.LogsConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.