Interface EventPredictionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>,SdkBuilder<EventPredictionSummary.Builder,EventPredictionSummary>,SdkPojo
- Enclosing class:
- EventPredictionSummary
public static interface EventPredictionSummary.Builder extends SdkPojo, CopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventPredictionSummary.BuilderdetectorId(String detectorId)The detector ID.EventPredictionSummary.BuilderdetectorVersionId(String detectorVersionId)The detector version ID.EventPredictionSummary.BuildereventId(String eventId)The event ID.EventPredictionSummary.BuildereventTimestamp(String eventTimestamp)The timestamp of the event.EventPredictionSummary.BuildereventTypeName(String eventTypeName)The event type.EventPredictionSummary.BuilderpredictionTimestamp(String predictionTimestamp)The timestamp when the prediction was generated.-
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, sdkFields
-
-
-
-
Method Detail
-
eventId
EventPredictionSummary.Builder eventId(String eventId)
The event ID.
- Parameters:
eventId- The event ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeName
EventPredictionSummary.Builder eventTypeName(String eventTypeName)
The event type.
- Parameters:
eventTypeName- The event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTimestamp
EventPredictionSummary.Builder eventTimestamp(String eventTimestamp)
The timestamp of the event.
- Parameters:
eventTimestamp- The timestamp of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionTimestamp
EventPredictionSummary.Builder predictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
- Parameters:
predictionTimestamp- The timestamp when the prediction was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorId
EventPredictionSummary.Builder detectorId(String detectorId)
The detector ID.
- Parameters:
detectorId- The detector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorVersionId
EventPredictionSummary.Builder detectorVersionId(String detectorVersionId)
The detector version ID.
- Parameters:
detectorVersionId- The detector version ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-