public static interface UpdateRumMetricDefinitionRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<UpdateRumMetricDefinitionRequest.Builder,UpdateRumMetricDefinitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRumMetricDefinitionRequest.Builder appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that sends these metrics.
appMonitorName - The name of the CloudWatch RUM app monitor that sends these metrics.UpdateRumMetricDefinitionRequest.Builder destination(String destination)
The destination to send the metrics to. Valid values are CloudWatch and Evidently.
If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment
that will receive the metrics and an IAM role that has permission to write to the experiment.
destination - The destination to send the metrics to. Valid values are CloudWatch and
Evidently. If you specify Evidently, you must also specify the ARN of the
CloudWatchEvidently experiment that will receive the metrics and an IAM role that has permission to
write to the experiment.MetricDestination,
MetricDestinationUpdateRumMetricDefinitionRequest.Builder destination(MetricDestination destination)
The destination to send the metrics to. Valid values are CloudWatch and Evidently.
If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment
that will receive the metrics and an IAM role that has permission to write to the experiment.
destination - The destination to send the metrics to. Valid values are CloudWatch and
Evidently. If you specify Evidently, you must also specify the ARN of the
CloudWatchEvidently experiment that will receive the metrics and an IAM role that has permission to
write to the experiment.MetricDestination,
MetricDestinationUpdateRumMetricDefinitionRequest.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 is to receive the metrics. You must have already defined this experiment as a valid destination. For more information, see PutRumMetricsDestination.
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 is to receive the metrics. You must have already defined this experiment as a valid destination. For more information, see PutRumMetricsDestination.
UpdateRumMetricDefinitionRequest.Builder metricDefinition(MetricDefinitionRequest metricDefinition)
A structure that contains the new definition that you want to use for this metric.
metricDefinition - A structure that contains the new definition that you want to use for this metric.default UpdateRumMetricDefinitionRequest.Builder metricDefinition(Consumer<MetricDefinitionRequest.Builder> metricDefinition)
A structure that contains the new definition that you want to use for this metric.
This is a convenience method that creates an instance of theMetricDefinitionRequest.Builder avoiding
the need to create one manually via MetricDefinitionRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to metricDefinition(MetricDefinitionRequest).
metricDefinition - a consumer that will call methods on MetricDefinitionRequest.BuildermetricDefinition(MetricDefinitionRequest)UpdateRumMetricDefinitionRequest.Builder metricDefinitionId(String metricDefinitionId)
The ID of the metric definition to update.
metricDefinitionId - The ID of the metric definition to update.UpdateRumMetricDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRumMetricDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.