Interface TableMaintenanceSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TableMaintenanceSettings.Builder,TableMaintenanceSettings>,SdkBuilder<TableMaintenanceSettings.Builder,TableMaintenanceSettings>,SdkPojo
- Enclosing class:
- TableMaintenanceSettings
public static interface TableMaintenanceSettings.Builder extends SdkPojo, CopyableBuilder<TableMaintenanceSettings.Builder,TableMaintenanceSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TableMaintenanceSettings.BuildericebergCompaction(Consumer<IcebergCompactionSettings.Builder> icebergCompaction)Contains details about the Iceberg compaction settings for the table.TableMaintenanceSettings.BuildericebergCompaction(IcebergCompactionSettings icebergCompaction)Contains details about the Iceberg compaction settings for the table.default TableMaintenanceSettings.BuildericebergSnapshotManagement(Consumer<IcebergSnapshotManagementSettings.Builder> icebergSnapshotManagement)Contains details about the Iceberg snapshot management settings for the table.TableMaintenanceSettings.BuildericebergSnapshotManagement(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 Detail
-
icebergCompaction
TableMaintenanceSettings.Builder icebergCompaction(IcebergCompactionSettings 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.Builderavoiding the need to create one manually viaIcebergCompactionSettings.builder().When the
Consumercompletes,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:
icebergCompaction(IcebergCompactionSettings)
-
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.Builderavoiding the need to create one manually viaIcebergSnapshotManagementSettings.builder().When the
Consumercompletes,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:
icebergSnapshotManagement(IcebergSnapshotManagementSettings)
-
-