public static final class ProjectResource.LogsConfigProperty.Builder extends Object
ProjectResource.LogsConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProjectResource.LogsConfigProperty |
build()
Builds the configured instance.
|
ProjectResource.LogsConfigProperty.Builder |
withCloudWatchLogs(software.amazon.awscdk.CloudFormationToken value)
Sets the value of CloudWatchLogs
|
ProjectResource.LogsConfigProperty.Builder |
withCloudWatchLogs(ProjectResource.CloudWatchLogsConfigProperty value)
Sets the value of CloudWatchLogs
|
ProjectResource.LogsConfigProperty.Builder |
withS3Logs(software.amazon.awscdk.CloudFormationToken value)
Sets the value of S3Logs
|
ProjectResource.LogsConfigProperty.Builder |
withS3Logs(ProjectResource.S3LogsConfigProperty value)
Sets the value of S3Logs
|
public ProjectResource.LogsConfigProperty.Builder withCloudWatchLogs(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``ProjectResource.LogsConfigProperty.CloudWatchLogs``thispublic ProjectResource.LogsConfigProperty.Builder withCloudWatchLogs(@Nullable ProjectResource.CloudWatchLogsConfigProperty value)
value - ``ProjectResource.LogsConfigProperty.CloudWatchLogs``thispublic ProjectResource.LogsConfigProperty.Builder withS3Logs(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``ProjectResource.LogsConfigProperty.S3Logs``thispublic ProjectResource.LogsConfigProperty.Builder withS3Logs(@Nullable ProjectResource.S3LogsConfigProperty value)
value - ``ProjectResource.LogsConfigProperty.S3Logs``thispublic ProjectResource.LogsConfigProperty build()
ProjectResource.LogsConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.