Class CfnStorageLensPropsMixin.StorageLensTableDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnStorageLensPropsMixin.StorageLensTableDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStorageLensPropsMixin.StorageLensTableDestinationProperty>
- Enclosing interface:
CfnStorageLensPropsMixin.StorageLensTableDestinationProperty
@Stability(Stable)
public static final class CfnStorageLensPropsMixin.StorageLensTableDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStorageLensPropsMixin.StorageLensTableDestinationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.encryption(IResolvable encryption) isEnabled(IResolvable isEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryption
@Stability(Stable) public CfnStorageLensPropsMixin.StorageLensTableDestinationProperty.Builder encryption(IResolvable encryption) - Parameters:
encryption- This resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.- Returns:
this
-
encryption
@Stability(Stable) public CfnStorageLensPropsMixin.StorageLensTableDestinationProperty.Builder encryption(CfnStorageLensPropsMixin.EncryptionProperty encryption) - Parameters:
encryption- This resource configures your data encryption settings for Storage Lens metrics in read-only S3 table buckets.- Returns:
this
-
isEnabled
@Stability(Stable) public CfnStorageLensPropsMixin.StorageLensTableDestinationProperty.Builder isEnabled(Boolean isEnabled) - Parameters:
isEnabled- This property indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration. When set to true, Storage Lens reports are automatically exported to tables in addition to other configured destinations.- Returns:
this
-
isEnabled
@Stability(Stable) public CfnStorageLensPropsMixin.StorageLensTableDestinationProperty.Builder isEnabled(IResolvable isEnabled) - Parameters:
isEnabled- This property indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration. When set to true, Storage Lens reports are automatically exported to tables in addition to other configured destinations.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStorageLensPropsMixin.StorageLensTableDestinationProperty>- Returns:
- a new instance of
CfnStorageLensPropsMixin.StorageLensTableDestinationProperty - Throws:
NullPointerException- if any required attribute was not provided
-