public static interface ListRumMetricsDestinationsRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<ListRumMetricsDestinationsRequest.Builder,ListRumMetricsDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRumMetricsDestinationsRequest.Builder |
appMonitorName(String appMonitorName)
The name of the app monitor associated with the destinations that you want to retrieve.
|
ListRumMetricsDestinationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListRumMetricsDestinationsRequest.Builder |
nextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
ListRumMetricsDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRumMetricsDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRumMetricsDestinationsRequest.Builder appMonitorName(String appMonitorName)
The name of the app monitor associated with the destinations that you want to retrieve.
appMonitorName - The name of the app monitor associated with the destinations that you want to retrieve.ListRumMetricsDestinationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
To retrieve the remaining results, make another call with the returned NextToken value.
maxResults - The maximum number of results to return in one operation. The default is 50. The maximum that you can
specify is 100.
To retrieve the remaining results, make another call with the returned NextToken value.
ListRumMetricsDestinationsRequest.Builder nextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken - Use the token returned by the previous operation to request the next page of results.ListRumMetricsDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRumMetricsDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.