Interface EventFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventFilter.Builder,,EventFilter> SdkBuilder<EventFilter.Builder,,EventFilter> SdkPojo
- Enclosing class:
- EventFilter
@Mutable
@NotThreadSafe
public static interface EventFilter.Builder
extends SdkPojo, CopyableBuilder<EventFilter.Builder,EventFilter>
-
Method Summary
Modifier and TypeMethodDescriptionfailedEvents(Boolean failedEvents) When set to true, only returns failed events within the operation.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
-
failedEvents
When set to true, only returns failed events within the operation. This helps quickly identify root causes for a failed operation.
- Parameters:
failedEvents- When set to true, only returns failed events within the operation. This helps quickly identify root causes for a failed operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-