public static interface UpdateAppMonitorRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppMonitorRequest.Builder,UpdateAppMonitorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppMonitorRequest.Builder |
appMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
default UpdateAppMonitorRequest.Builder |
appMonitorConfiguration(Consumer<AppMonitorConfiguration.Builder> appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
default UpdateAppMonitorRequest.Builder |
customEvents(Consumer<CustomEvents.Builder> customEvents)
Specifies whether this app monitor allows the web client to define and send custom events.
|
UpdateAppMonitorRequest.Builder |
customEvents(CustomEvents customEvents)
Specifies whether this app monitor allows the web client to define and send custom events.
|
UpdateAppMonitorRequest.Builder |
cwLogEnabled(Boolean cwLogEnabled)
Data collected by RUM is kept by RUM for 30 days and then deleted.
|
UpdateAppMonitorRequest.Builder |
domain(String domain)
The top-level internet domain name for which your application has administrative authority.
|
UpdateAppMonitorRequest.Builder |
name(String name)
The name of the app monitor to update.
|
UpdateAppMonitorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAppMonitorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppMonitorRequest.Builder appMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor. If you are using Amazon Cognito
for authorization, you must include this structure in your request, and it must include the ID of the Amazon
Cognito identity pool to use for authorization. If you don't include AppMonitorConfiguration,
you must set up your own authorization method. For more information, see Authorize your
application to send data to Amazon Web Services.
appMonitorConfiguration - A structure that contains much of the configuration data for the app monitor. If you are using Amazon
Cognito for authorization, you must include this structure in your request, and it must include the ID
of the Amazon Cognito identity pool to use for authorization. If you don't include
AppMonitorConfiguration, you must set up your own authorization method. For more
information, see Authorize
your application to send data to Amazon Web Services.default UpdateAppMonitorRequest.Builder appMonitorConfiguration(Consumer<AppMonitorConfiguration.Builder> appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor. If you are using Amazon Cognito
for authorization, you must include this structure in your request, and it must include the ID of the Amazon
Cognito identity pool to use for authorization. If you don't include AppMonitorConfiguration,
you must set up your own authorization method. For more information, see Authorize your
application to send data to Amazon Web Services.
AppMonitorConfiguration.Builder avoiding
the need to create one manually via AppMonitorConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to appMonitorConfiguration(AppMonitorConfiguration).
appMonitorConfiguration - a consumer that will call methods on AppMonitorConfiguration.BuilderappMonitorConfiguration(AppMonitorConfiguration)UpdateAppMonitorRequest.Builder customEvents(CustomEvents customEvents)
Specifies whether this app monitor allows the web client to define and send custom events. The default is for
custom events to be DISABLED.
For more information about custom events, see Send custom events.
customEvents - Specifies whether this app monitor allows the web client to define and send custom events. The default
is for custom events to be DISABLED.
For more information about custom events, see Send custom events.
default UpdateAppMonitorRequest.Builder customEvents(Consumer<CustomEvents.Builder> customEvents)
Specifies whether this app monitor allows the web client to define and send custom events. The default is for
custom events to be DISABLED.
For more information about custom events, see Send custom events.
This is a convenience method that creates an instance of theCustomEvents.Builder avoiding the need
to create one manually via CustomEvents.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to customEvents(CustomEvents).
customEvents - a consumer that will call methods on CustomEvents.BuildercustomEvents(CustomEvents)UpdateAppMonitorRequest.Builder cwLogEnabled(Boolean cwLogEnabled)
Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges.
cwLogEnabled - Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether
RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to
keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges.UpdateAppMonitorRequest.Builder domain(String domain)
The top-level internet domain name for which your application has administrative authority.
domain - The top-level internet domain name for which your application has administrative authority.UpdateAppMonitorRequest.Builder name(String name)
The name of the app monitor to update.
name - The name of the app monitor to update.UpdateAppMonitorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppMonitorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.