Interface CanaryTimeline.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CanaryTimeline.Builder,,- CanaryTimeline> - SdkBuilder<CanaryTimeline.Builder,,- CanaryTimeline> - SdkPojo
- Enclosing class:
- CanaryTimeline
@Mutable
@NotThreadSafe
public static interface CanaryTimeline.Builder
extends SdkPojo, CopyableBuilder<CanaryTimeline.Builder,CanaryTimeline> 
- 
Method SummaryModifier and TypeMethodDescriptionThe date and time the canary was created.lastModified(Instant lastModified) The date and time the canary was most recently modified.lastStarted(Instant lastStarted) The date and time that the canary's most recent run started.lastStopped(Instant lastStopped) The date and time that the canary's most recent run ended.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
createdThe date and time the canary was created. - Parameters:
- created- The date and time the canary was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedThe date and time the canary was most recently modified. - Parameters:
- lastModified- The date and time the canary was most recently modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastStartedThe date and time that the canary's most recent run started. - Parameters:
- lastStarted- The date and time that the canary's most recent run started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastStoppedThe date and time that the canary's most recent run ended. - Parameters:
- lastStopped- The date and time that the canary's most recent run ended.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-