default AppMonitor.Builder |
AppMonitor.Builder.appMonitorConfiguration(Consumer<AppMonitorConfiguration.Builder> appMonitorConfiguration) |
A structure that contains much of the configuration data for the app monitor.
|
AppMonitor.Builder |
AppMonitor.Builder.appMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration) |
A structure that contains much of the configuration data for the app monitor.
|
static AppMonitor.Builder |
AppMonitor.builder() |
|
AppMonitor.Builder |
AppMonitor.Builder.created(String created) |
The date and time that this app monitor was created.
|
default AppMonitor.Builder |
AppMonitor.Builder.customEvents(Consumer<CustomEvents.Builder> customEvents) |
Specifies whether this app monitor allows the web client to define and send custom events.
|
AppMonitor.Builder |
AppMonitor.Builder.customEvents(CustomEvents customEvents) |
Specifies whether this app monitor allows the web client to define and send custom events.
|
default AppMonitor.Builder |
AppMonitor.Builder.dataStorage(Consumer<DataStorage.Builder> dataStorage) |
A structure that contains information about whether this app monitor stores a copy of the telemetry data that
RUM collects using CloudWatch Logs.
|
AppMonitor.Builder |
AppMonitor.Builder.dataStorage(DataStorage dataStorage) |
A structure that contains information about whether this app monitor stores a copy of the telemetry data that
RUM collects using CloudWatch Logs.
|
AppMonitor.Builder |
AppMonitor.Builder.domain(String domain) |
The top-level internet domain name for which your application has administrative authority.
|
AppMonitor.Builder |
AppMonitor.Builder.id(String id) |
The unique ID of this app monitor.
|
AppMonitor.Builder |
AppMonitor.Builder.lastModified(String lastModified) |
The date and time of the most recent changes to this app monitor's configuration.
|
AppMonitor.Builder |
AppMonitor.Builder.name(String name) |
The name of the app monitor.
|
AppMonitor.Builder |
AppMonitor.Builder.state(String state) |
The current state of the app monitor.
|
AppMonitor.Builder |
AppMonitor.Builder.state(StateEnum state) |
The current state of the app monitor.
|
AppMonitor.Builder |
AppMonitor.Builder.tags(Map<String,String> tags) |
The list of tag keys and values associated with this app monitor.
|
AppMonitor.Builder |
AppMonitor.toBuilder() |
|