public static final class CfnProject.DataDeliveryObjectProperty.Builder
extends java.lang.Object
CfnProject.DataDeliveryObjectProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnProject.DataDeliveryObjectProperty |
build()
Builds the configured instance.
|
CfnProject.DataDeliveryObjectProperty.Builder |
logGroup(java.lang.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() |
public CfnProject.DataDeliveryObjectProperty.Builder logGroup(java.lang.String logGroup)
CfnProject.DataDeliveryObjectProperty.getLogGroup()
logGroup
- If the project stores evaluation events in CloudWatch Logs , this structure stores the log group name.this
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
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
public CfnProject.DataDeliveryObjectProperty build()
CfnProject.DataDeliveryObjectProperty
java.lang.NullPointerException
- if any required attribute was not provided