Interface ScheduledExecutions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduledExecutions.Builder,,ScheduledExecutions> SdkBuilder<ScheduledExecutions.Builder,,ScheduledExecutions> SdkPojo
- Enclosing class:
ScheduledExecutions
@Mutable
@NotThreadSafe
public static interface ScheduledExecutions.Builder
extends SdkPojo, CopyableBuilder<ScheduledExecutions.Builder,ScheduledExecutions>
-
Method Summary
Modifier and TypeMethodDescriptionlastExecutedAt(Instant lastExecutedAt) The timestamp of the last successful scheduled execution.nextExecutedAt(Instant nextExecutedAt) The timestamp of the next scheduled execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nextExecutedAt
The timestamp of the next scheduled execution.
- Parameters:
nextExecutedAt- The timestamp of the next scheduled execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastExecutedAt
The timestamp of the last successful scheduled execution.
- Parameters:
lastExecutedAt- The timestamp of the last successful scheduled execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-