Interface EventsConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventsConfig.Builder,,EventsConfig> SdkBuilder<EventsConfig.Builder,,EventsConfig> SdkPojo
- Enclosing class:
EventsConfig
@Mutable
@NotThreadSafe
public static interface EventsConfig.Builder
extends SdkPojo, CopyableBuilder<EventsConfig.Builder,EventsConfig>
-
Method Summary
Modifier and TypeMethodDescriptioneventParametersList(Collection<EventParameters> eventParametersList) A list of event parameters, which includes event types and their event value thresholds and weights.eventParametersList(Consumer<EventParameters.Builder>... eventParametersList) A list of event parameters, which includes event types and their event value thresholds and weights.eventParametersList(EventParameters... eventParametersList) A list of event parameters, which includes event types and their event value thresholds and weights.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
-
eventParametersList
A list of event parameters, which includes event types and their event value thresholds and weights.
- Parameters:
eventParametersList- A list of event parameters, which includes event types and their event value thresholds and weights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventParametersList
A list of event parameters, which includes event types and their event value thresholds and weights.
- Parameters:
eventParametersList- A list of event parameters, which includes event types and their event value thresholds and weights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventParametersList
A list of event parameters, which includes event types and their event value thresholds and weights.
This is a convenience method that creates an instance of theEventParameters.Builderavoiding the need to create one manually viaEventParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventParametersList(List<EventParameters>).- Parameters:
eventParametersList- a consumer that will call methods onEventParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-