Interface TableMaintenanceJobStatusValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableMaintenanceJobStatusValue.Builder,
,TableMaintenanceJobStatusValue> SdkBuilder<TableMaintenanceJobStatusValue.Builder,
,TableMaintenanceJobStatusValue> SdkPojo
- Enclosing class:
TableMaintenanceJobStatusValue
@Mutable
@NotThreadSafe
public static interface TableMaintenanceJobStatusValue.Builder
extends SdkPojo, CopyableBuilder<TableMaintenanceJobStatusValue.Builder,TableMaintenanceJobStatusValue>
-
Method Summary
Modifier and TypeMethodDescriptionfailureMessage
(String failureMessage) The failure message of a failed job.lastRunTimestamp
(Instant lastRunTimestamp) The date and time that the maintenance job was last run.The status of the job.The status of the job.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
-
status
The status of the job.
- Parameters:
status
- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the job.
- Parameters:
status
- The status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastRunTimestamp
The date and time that the maintenance job was last run.
- Parameters:
lastRunTimestamp
- The date and time that the maintenance job was last run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
The failure message of a failed job.
- Parameters:
failureMessage
- The failure message of a failed job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-