Uses of Interface
software.amazon.awssdk.services.s3tables.model.TableMaintenanceJobStatusValue.Builder
-
Packages that use TableMaintenanceJobStatusValue.Builder Package Description software.amazon.awssdk.services.s3tables.model -
-
Uses of TableMaintenanceJobStatusValue.Builder in software.amazon.awssdk.services.s3tables.model
Methods in software.amazon.awssdk.services.s3tables.model that return TableMaintenanceJobStatusValue.Builder Modifier and Type Method Description static TableMaintenanceJobStatusValue.BuilderTableMaintenanceJobStatusValue. builder()TableMaintenanceJobStatusValue.BuilderTableMaintenanceJobStatusValue.Builder. failureMessage(String failureMessage)The failure message of a failed job.TableMaintenanceJobStatusValue.BuilderTableMaintenanceJobStatusValue.Builder. lastRunTimestamp(Instant lastRunTimestamp)The date and time that the maintenance job was last run.TableMaintenanceJobStatusValue.BuilderTableMaintenanceJobStatusValue.Builder. status(String status)The status of the job.TableMaintenanceJobStatusValue.BuilderTableMaintenanceJobStatusValue.Builder. status(JobStatus status)The status of the job.TableMaintenanceJobStatusValue.BuilderTableMaintenanceJobStatusValue. toBuilder()Methods in software.amazon.awssdk.services.s3tables.model that return types with arguments of type TableMaintenanceJobStatusValue.Builder Modifier and Type Method Description static Class<? extends TableMaintenanceJobStatusValue.Builder>TableMaintenanceJobStatusValue. serializableBuilderClass()
-