Interface StorageLensTableDestination.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StorageLensTableDestination.Builder,,StorageLensTableDestination> SdkBuilder<StorageLensTableDestination.Builder,,StorageLensTableDestination> SdkPojo
- Enclosing class:
StorageLensTableDestination
@Mutable
@NotThreadSafe
public static interface StorageLensTableDestination.Builder
extends SdkPojo, CopyableBuilder<StorageLensTableDestination.Builder,StorageLensTableDestination>
-
Method Summary
Modifier and TypeMethodDescriptionencryption(Consumer<StorageLensDataExportEncryption.Builder> encryption) Sets the value of the Encryption property for this object.encryption(StorageLensDataExportEncryption encryption) Sets the value of the Encryption property for this object.A container that indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
isEnabled
A container that 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.
- Parameters:
isEnabled- A container that 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:
- Returns a reference to this object so that method calls can be chained together.
-
encryption
Sets the value of the Encryption property for this object.- Parameters:
encryption- The new value for the Encryption property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryption
default StorageLensTableDestination.Builder encryption(Consumer<StorageLensDataExportEncryption.Builder> encryption) Sets the value of the Encryption property for this object. This is a convenience method that creates an instance of theStorageLensDataExportEncryption.Builderavoiding the need to create one manually viaStorageLensDataExportEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryption(StorageLensDataExportEncryption).- Parameters:
encryption- a consumer that will call methods onStorageLensDataExportEncryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-