Interface CustomEvents.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomEvents.Builder,
,CustomEvents> SdkBuilder<CustomEvents.Builder,
,CustomEvents> SdkPojo
- Enclosing class:
CustomEvents
public static interface CustomEvents.Builder
extends SdkPojo, CopyableBuilder<CustomEvents.Builder,CustomEvents>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether this app monitor allows the web client to define and send custom events.status
(CustomEventsStatus status) Specifies whether this app monitor allows the web client to define and send custom events.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, sdkFields
-
Method Details
-
status
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be
DISABLED
.- Parameters:
status
- Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to beDISABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be
DISABLED
.- Parameters:
status
- Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to beDISABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-