Interface EventPredictionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventPredictionSummary.Builder,
,EventPredictionSummary> SdkBuilder<EventPredictionSummary.Builder,
,EventPredictionSummary> SdkPojo
- Enclosing class:
EventPredictionSummary
@Mutable
@NotThreadSafe
public static interface EventPredictionSummary.Builder
extends SdkPojo, CopyableBuilder<EventPredictionSummary.Builder,EventPredictionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondetectorId
(String detectorId) The detector ID.detectorVersionId
(String detectorVersionId) The detector version ID.The event ID.eventTimestamp
(String eventTimestamp) The timestamp of the event.eventTypeName
(String eventTypeName) The event type.predictionTimestamp
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The event type.
- Parameters:
eventTypeName
- The event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
The detector ID.
- Parameters:
detectorId
- The detector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-