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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomEvents.Builderstatus(String status)Specifies whether this app monitor allows the web client to define and send custom events.CustomEvents.Builderstatus(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 Detail
-
status
CustomEvents.Builder status(String 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:
CustomEventsStatus,CustomEventsStatus
-
status
CustomEvents.Builder status(CustomEventsStatus 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:
CustomEventsStatus,CustomEventsStatus
-
-