@Stability(value=Stable) public static final class CfnProject.DataDeliveryObjectProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.DataDeliveryObjectProperty>
CfnProject.DataDeliveryObjectProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.DataDeliveryObjectProperty |
build()
Builds the configured instance.
|
CfnProject.DataDeliveryObjectProperty.Builder |
logGroup(String logGroup)
Sets the value of
CfnProject.DataDeliveryObjectProperty.getLogGroup() |
CfnProject.DataDeliveryObjectProperty.Builder |
s3(CfnProject.S3DestinationProperty s3)
Sets the value of
CfnProject.DataDeliveryObjectProperty.getS3() |
CfnProject.DataDeliveryObjectProperty.Builder |
s3(IResolvable s3)
Sets the value of
CfnProject.DataDeliveryObjectProperty.getS3() |
@Stability(value=Stable) public CfnProject.DataDeliveryObjectProperty.Builder logGroup(String logGroup)
CfnProject.DataDeliveryObjectProperty.getLogGroup()logGroup - If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.this@Stability(value=Stable) public CfnProject.DataDeliveryObjectProperty.Builder s3(IResolvable s3)
CfnProject.DataDeliveryObjectProperty.getS3()s3 - If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.this@Stability(value=Stable) public CfnProject.DataDeliveryObjectProperty.Builder s3(CfnProject.S3DestinationProperty s3)
CfnProject.DataDeliveryObjectProperty.getS3()s3 - If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.this@Stability(value=Stable) public CfnProject.DataDeliveryObjectProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.DataDeliveryObjectProperty>CfnProject.DataDeliveryObjectPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.