Interface TableMaintenanceSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableMaintenanceSettings.Builder,
,TableMaintenanceSettings> SdkBuilder<TableMaintenanceSettings.Builder,
,TableMaintenanceSettings> SdkPojo
- Enclosing class:
TableMaintenanceSettings
@Mutable
@NotThreadSafe
public static interface TableMaintenanceSettings.Builder
extends SdkPojo, CopyableBuilder<TableMaintenanceSettings.Builder,TableMaintenanceSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TableMaintenanceSettings.Builder
icebergCompaction
(Consumer<IcebergCompactionSettings.Builder> icebergCompaction) Contains details about the Iceberg compaction settings for the table.icebergCompaction
(IcebergCompactionSettings icebergCompaction) Contains details about the Iceberg compaction settings for the table.default TableMaintenanceSettings.Builder
icebergSnapshotManagement
(Consumer<IcebergSnapshotManagementSettings.Builder> icebergSnapshotManagement) Contains details about the Iceberg snapshot management settings for the table.icebergSnapshotManagement
(IcebergSnapshotManagementSettings icebergSnapshotManagement) Contains details about the Iceberg snapshot management settings for the table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
icebergCompaction
Contains details about the Iceberg compaction settings for the table.
- Parameters:
icebergCompaction
- Contains details about the Iceberg compaction settings for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icebergCompaction
default TableMaintenanceSettings.Builder icebergCompaction(Consumer<IcebergCompactionSettings.Builder> icebergCompaction) Contains details about the Iceberg compaction settings for the table.
This is a convenience method that creates an instance of theIcebergCompactionSettings.Builder
avoiding the need to create one manually viaIcebergCompactionSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toicebergCompaction(IcebergCompactionSettings)
.- Parameters:
icebergCompaction
- a consumer that will call methods onIcebergCompactionSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
icebergSnapshotManagement
TableMaintenanceSettings.Builder icebergSnapshotManagement(IcebergSnapshotManagementSettings icebergSnapshotManagement) Contains details about the Iceberg snapshot management settings for the table.
- Parameters:
icebergSnapshotManagement
- Contains details about the Iceberg snapshot management settings for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
icebergSnapshotManagement
default TableMaintenanceSettings.Builder icebergSnapshotManagement(Consumer<IcebergSnapshotManagementSettings.Builder> icebergSnapshotManagement) Contains details about the Iceberg snapshot management settings for the table.
This is a convenience method that creates an instance of theIcebergSnapshotManagementSettings.Builder
avoiding the need to create one manually viaIcebergSnapshotManagementSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toicebergSnapshotManagement(IcebergSnapshotManagementSettings)
.- Parameters:
icebergSnapshotManagement
- a consumer that will call methods onIcebergSnapshotManagementSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-