Uses of Interface
software.amazon.awssdk.services.s3tables.model.GetTableBucketMaintenanceConfigurationResponse.Builder
-
Packages that use GetTableBucketMaintenanceConfigurationResponse.Builder Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of GetTableBucketMaintenanceConfigurationResponse.Builder in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return GetTableBucketMaintenanceConfigurationResponse.Builder Modifier and Type Method Description static GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse. builder()GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse.Builder. configuration(Map<TableBucketMaintenanceType,TableBucketMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse.Builder. configurationWithStrings(Map<String,TableBucketMaintenanceConfigurationValue> configuration)Details about the maintenance configuration for the table bucket.GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse.Builder. tableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.GetTableBucketMaintenanceConfigurationResponse.BuilderGetTableBucketMaintenanceConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type GetTableBucketMaintenanceConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetTableBucketMaintenanceConfigurationResponse.Builder>GetTableBucketMaintenanceConfigurationResponse. serializableBuilderClass()
-