public static interface BatchGetRumMetricDefinitionsRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<BatchGetRumMetricDefinitionsRequest.Builder,BatchGetRumMetricDefinitionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetRumMetricDefinitionsRequest.Builder appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that is sending the metrics.
appMonitorName - The name of the CloudWatch RUM app monitor that is sending the metrics.BatchGetRumMetricDefinitionsRequest.Builder destination(String destination)
The type of destination that you want to view metrics for. Valid values are CloudWatch and
Evidently.
destination - The type of destination that you want to view metrics for. Valid values are CloudWatch
and Evidently.MetricDestination,
MetricDestinationBatchGetRumMetricDefinitionsRequest.Builder destination(MetricDestination destination)
The type of destination that you want to view metrics for. Valid values are CloudWatch and
Evidently.
destination - The type of destination that you want to view metrics for. Valid values are CloudWatch
and Evidently.MetricDestination,
MetricDestinationBatchGetRumMetricDefinitionsRequest.Builder destinationArn(String destinationArn)
This parameter is required if Destination is Evidently. If Destination
is CloudWatch, do not use this parameter.
This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.
destinationArn - This parameter is required if Destination is Evidently. If
Destination is CloudWatch, do not use this parameter.
This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.
BatchGetRumMetricDefinitionsRequest.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.
BatchGetRumMetricDefinitionsRequest.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.BatchGetRumMetricDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetRumMetricDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.