public static interface GetAppMonitorResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<GetAppMonitorResponse.Builder,GetAppMonitorResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAppMonitorResponse.Builder |
appMonitor(AppMonitor appMonitor)
A structure containing all the configuration information for the app monitor.
|
default GetAppMonitorResponse.Builder |
appMonitor(Consumer<AppMonitor.Builder> appMonitor)
A structure containing all the configuration information for the app monitor.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAppMonitorResponse.Builder appMonitor(AppMonitor appMonitor)
A structure containing all the configuration information for the app monitor.
appMonitor - A structure containing all the configuration information for the app monitor.default GetAppMonitorResponse.Builder appMonitor(Consumer<AppMonitor.Builder> appMonitor)
A structure containing all the configuration information for the app monitor.
This is a convenience method that creates an instance of theAppMonitor.Builder avoiding the need to
create one manually via AppMonitor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to appMonitor(AppMonitor).
appMonitor - a consumer that will call methods on AppMonitor.BuilderappMonitor(AppMonitor)Copyright © 2023. All rights reserved.