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 name of the event type to be considered for solution creation.eventValueThreshold
(Double eventValueThreshold) The threshold of the event type.The weight of the event type.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
-
eventType
The name of the event type to be considered for solution creation.
- Parameters:
eventType
- The name of the event type to be considered for solution creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventValueThreshold
The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
- Parameters:
eventValueThreshold
- The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weight
The weight of the event type. A higher weight means higher importance of the event type for the created solution.
- Parameters:
weight
- 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.
-