Class TableMaintenanceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.s3tables.model.TableMaintenanceSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableMaintenanceSettings.Builder,TableMaintenanceSettings>
@Generated("software.amazon.awssdk:codegen") public final class TableMaintenanceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableMaintenanceSettings.Builder,TableMaintenanceSettings>
Contains details about maintenance settings for the table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableMaintenanceSettings.Builderstatic classTableMaintenanceSettings.Type
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
icebergCompaction
public final IcebergCompactionSettings icebergCompaction()
Contains details about the Iceberg compaction settings for the table.
- Returns:
- Contains details about the Iceberg compaction settings for the table.
-
icebergSnapshotManagement
public final IcebergSnapshotManagementSettings icebergSnapshotManagement()
Contains details about the Iceberg snapshot management settings for the table.
- Returns:
- Contains details about the Iceberg snapshot management settings for the table.
-
toBuilder
public TableMaintenanceSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableMaintenanceSettings.Builder,TableMaintenanceSettings>
-
builder
public static TableMaintenanceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableMaintenanceSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromIcebergCompaction
public static TableMaintenanceSettings fromIcebergCompaction(IcebergCompactionSettings icebergCompaction)
Create an instance of this class withicebergCompaction()initialized to the given value.Contains details about the Iceberg compaction settings for the table.
- Parameters:
icebergCompaction- Contains details about the Iceberg compaction settings for the table.
-
fromIcebergCompaction
public static TableMaintenanceSettings fromIcebergCompaction(Consumer<IcebergCompactionSettings.Builder> icebergCompaction)
Create an instance of this class withicebergCompaction()initialized to the given value.Contains details about the Iceberg compaction settings for the table.
- Parameters:
icebergCompaction- Contains details about the Iceberg compaction settings for the table.
-
fromIcebergSnapshotManagement
public static TableMaintenanceSettings fromIcebergSnapshotManagement(IcebergSnapshotManagementSettings icebergSnapshotManagement)
Create an instance of this class withicebergSnapshotManagement()initialized to the given value.Contains details about the Iceberg snapshot management settings for the table.
- Parameters:
icebergSnapshotManagement- Contains details about the Iceberg snapshot management settings for the table.
-
fromIcebergSnapshotManagement
public static TableMaintenanceSettings fromIcebergSnapshotManagement(Consumer<IcebergSnapshotManagementSettings.Builder> icebergSnapshotManagement)
Create an instance of this class withicebergSnapshotManagement()initialized to the given value.Contains details about the Iceberg snapshot management settings for the table.
- Parameters:
icebergSnapshotManagement- Contains details about the Iceberg snapshot management settings for the table.
-
type
public TableMaintenanceSettings.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beTableMaintenanceSettings.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beTableMaintenanceSettings.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-