public static final class CfnStorageLens.DataExportProperty.Builder
extends java.lang.Object
CfnStorageLens.DataExportProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStorageLens.DataExportProperty |
build()
Builds the configured instance.
|
CfnStorageLens.DataExportProperty.Builder |
cloudWatchMetrics(CfnStorageLens.CloudWatchMetricsProperty cloudWatchMetrics)
Sets the value of
CfnStorageLens.DataExportProperty.getCloudWatchMetrics() |
CfnStorageLens.DataExportProperty.Builder |
cloudWatchMetrics(IResolvable cloudWatchMetrics)
Sets the value of
CfnStorageLens.DataExportProperty.getCloudWatchMetrics() |
CfnStorageLens.DataExportProperty.Builder |
s3BucketDestination(CfnStorageLens.S3BucketDestinationProperty s3BucketDestination)
Sets the value of
CfnStorageLens.DataExportProperty.getS3BucketDestination() |
CfnStorageLens.DataExportProperty.Builder |
s3BucketDestination(IResolvable s3BucketDestination)
Sets the value of
CfnStorageLens.DataExportProperty.getS3BucketDestination() |
public CfnStorageLens.DataExportProperty.Builder cloudWatchMetrics(IResolvable cloudWatchMetrics)
CfnStorageLens.DataExportProperty.getCloudWatchMetrics()
cloudWatchMetrics
- This property enables the Amazon CloudWatch publishing option for S3 Storage Lens metrics.this
public CfnStorageLens.DataExportProperty.Builder cloudWatchMetrics(CfnStorageLens.CloudWatchMetricsProperty cloudWatchMetrics)
CfnStorageLens.DataExportProperty.getCloudWatchMetrics()
cloudWatchMetrics
- This property enables the Amazon CloudWatch publishing option for S3 Storage Lens metrics.this
public CfnStorageLens.DataExportProperty.Builder s3BucketDestination(IResolvable s3BucketDestination)
CfnStorageLens.DataExportProperty.getS3BucketDestination()
s3BucketDestination
- This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.this
public CfnStorageLens.DataExportProperty.Builder s3BucketDestination(CfnStorageLens.S3BucketDestinationProperty s3BucketDestination)
CfnStorageLens.DataExportProperty.getS3BucketDestination()
s3BucketDestination
- This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.this
public CfnStorageLens.DataExportProperty build()
CfnStorageLens.DataExportProperty
java.lang.NullPointerException
- if any required attribute was not provided