Interface EventParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventParameters.Builder,,EventParameters> SdkBuilder<EventParameters.Builder,,EventParameters> SdkPojo
- Enclosing class:
EventParameters
@Mutable
@NotThreadSafe
public static interface EventParameters.Builder
extends SdkPojo, CopyableBuilder<EventParameters.Builder,EventParameters>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of event being tracked (e.g., 'click', 'purchase', 'view').eventValueThreshold(Double eventValueThreshold) The minimum value threshold that an event must meet to be considered valid.eventWeight(Double eventWeight) The weight of the event type.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
-
eventType
The type of event being tracked (e.g., 'click', 'purchase', 'view').
- Parameters:
eventType- The type of event being tracked (e.g., 'click', 'purchase', 'view').- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventValueThreshold
The minimum value threshold that an event must meet to be considered valid.
- Parameters:
eventValueThreshold- The minimum value threshold that an event must meet to be considered valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventWeight
The weight of the event type. A higher weight means higher importance of the event type for the created solution.
- Parameters:
eventWeight- The weight of the event type. A higher weight means higher importance of the event type for the created solution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-