public static interface GetAppMonitorDataResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<GetAppMonitorDataResponse.Builder,GetAppMonitorDataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAppMonitorDataResponse.Builder |
events(Collection<String> events)
The events that RUM collected that match your request.
|
GetAppMonitorDataResponse.Builder |
events(String... events)
The events that RUM collected that match your request.
|
GetAppMonitorDataResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAppMonitorDataResponse.Builder events(Collection<String> events)
The events that RUM collected that match your request.
events - The events that RUM collected that match your request.GetAppMonitorDataResponse.Builder events(String... events)
The events that RUM collected that match your request.
events - The events that RUM collected that match your request.GetAppMonitorDataResponse.Builder nextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
nextToken - A token that you can use in a subsequent operation to retrieve the next set of results.Copyright © 2023. All rights reserved.