Interface GetAppMonitorDataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAppMonitorDataResponse.Builder,GetAppMonitorDataResponse>,RumResponse.Builder,SdkBuilder<GetAppMonitorDataResponse.Builder,GetAppMonitorDataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAppMonitorDataResponse
public static interface GetAppMonitorDataResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<GetAppMonitorDataResponse.Builder,GetAppMonitorDataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAppMonitorDataResponse.Builderevents(String... events)The events that RUM collected that match your request.GetAppMonitorDataResponse.Builderevents(Collection<String> events)The events that RUM collected that match your request.GetAppMonitorDataResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
events
GetAppMonitorDataResponse.Builder events(Collection<String> 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
GetAppMonitorDataResponse.Builder events(String... 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
GetAppMonitorDataResponse.Builder nextToken(String 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.
-
-