Interface GetAppMonitorDataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAppMonitorDataResponse.Builder,
,GetAppMonitorDataResponse> RumResponse.Builder
,SdkBuilder<GetAppMonitorDataResponse.Builder,
,GetAppMonitorDataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAppMonitorDataResponse
@Mutable
@NotThreadSafe
public static interface GetAppMonitorDataResponse.Builder
extends RumResponse.Builder, SdkPojo, CopyableBuilder<GetAppMonitorDataResponse.Builder,GetAppMonitorDataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe events that RUM collected that match your request.events
(Collection<String> events) The events that RUM collected that match your request.A token that you can use in a subsequent operation to retrieve the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rum.model.RumResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
events
The events that RUM collected that match your request.
- Parameters:
events
- The events that RUM collected that match your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
The events that RUM collected that match your request.
- Parameters:
events
- The events that RUM collected that match your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token that you can use in a subsequent operation to retrieve the next set of results.
- Parameters:
nextToken
- A token that you can use in a subsequent operation to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-