Class CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3.CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty>
- Enclosing interface:
CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty
@Stability(Stable)
public static final class CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3BucketDestination(IResolvable s3BucketDestination) s3BucketDestination(CfnStorageLens.S3BucketDestinationProperty s3BucketDestination) storageLensTableDestination(IResolvable storageLensTableDestination) storageLensTableDestination(CfnStorageLens.StorageLensTableDestinationProperty storageLensTableDestination)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3BucketDestination
@Stability(Stable) public CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder s3BucketDestination(IResolvable s3BucketDestination) Sets the value ofCfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.getS3BucketDestination()- Parameters:
s3BucketDestination- S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.- Returns:
this
-
s3BucketDestination
@Stability(Stable) public CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder s3BucketDestination(CfnStorageLens.S3BucketDestinationProperty s3BucketDestination) Sets the value ofCfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.getS3BucketDestination()- Parameters:
s3BucketDestination- S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.- Returns:
this
-
storageLensTableDestination
@Stability(Stable) public CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder storageLensTableDestination(IResolvable storageLensTableDestination) Sets the value ofCfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.getStorageLensTableDestination()- Parameters:
storageLensTableDestination- S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.- Returns:
this
-
storageLensTableDestination
@Stability(Stable) public CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.Builder storageLensTableDestination(CfnStorageLens.StorageLensTableDestinationProperty storageLensTableDestination) Sets the value ofCfnStorageLens.StorageLensExpandedPrefixesDataExportProperty.getStorageLensTableDestination()- Parameters:
storageLensTableDestination- S3 Tables destination settings for the Amazon S3 Storage Lens metrics export.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty>- Returns:
- a new instance of
CfnStorageLens.StorageLensExpandedPrefixesDataExportProperty - Throws:
NullPointerException- if any required attribute was not provided
-