Interface CfnTableOptimizer.OrphanFileDeletionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTableOptimizer.OrphanFileDeletionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTableOptimizer
@Stability(Stable)
public static interface CfnTableOptimizer.OrphanFileDeletionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
OrphanFileDeletionConfigurationProperty orphanFileDeletionConfigurationProperty = OrphanFileDeletionConfigurationProperty.builder()
.icebergConfiguration(IcebergConfigurationProperty.builder()
.location("location")
.orphanFileRetentionPeriodInDays(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTableOptimizer.OrphanFileDeletionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIcebergConfiguration
- See Also:
-
builder
@Stability(Stable) static CfnTableOptimizer.OrphanFileDeletionConfigurationProperty.Builder builder()
-