public static interface PutRumMetricsDestinationRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<PutRumMetricsDestinationRequest.Builder,PutRumMetricsDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutRumMetricsDestinationRequest.Builder |
appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that will send the metrics.
|
PutRumMetricsDestinationRequest.Builder |
destination(MetricDestination destination)
Defines the destination to send the metrics to.
|
PutRumMetricsDestinationRequest.Builder |
destination(String destination)
Defines the destination to send the metrics to.
|
PutRumMetricsDestinationRequest.Builder |
destinationArn(String destinationArn)
Use this parameter only if
Destination is Evidently. |
PutRumMetricsDestinationRequest.Builder |
iamRoleArn(String iamRoleArn)
This parameter is required if
Destination is Evidently. |
PutRumMetricsDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutRumMetricsDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutRumMetricsDestinationRequest.Builder appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that will send the metrics.
appMonitorName - The name of the CloudWatch RUM app monitor that will send the metrics.PutRumMetricsDestinationRequest.Builder destination(String destination)
Defines 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 is to be the destination and an IAM role that has permission to write to
the experiment.
destination - Defines 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 is to be the destination and an IAM role that has permission to
write to the experiment.MetricDestination,
MetricDestinationPutRumMetricsDestinationRequest.Builder destination(MetricDestination destination)
Defines 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 is to be the destination and an IAM role that has permission to write to
the experiment.
destination - Defines 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 is to be the destination and an IAM role that has permission to
write to the experiment.MetricDestination,
MetricDestinationPutRumMetricsDestinationRequest.Builder destinationArn(String destinationArn)
Use this parameter only if Destination is Evidently. This parameter specifies the
ARN of the Evidently experiment that will receive the extended metrics.
destinationArn - Use this parameter only if Destination is Evidently. This parameter
specifies the ARN of the Evidently experiment that will receive the extended metrics.PutRumMetricsDestinationRequest.Builder iamRoleArn(String iamRoleArn)
This parameter is required if Destination is Evidently. If Destination
is CloudWatch, do not use this parameter.
This parameter specifies the ARN of an IAM role that RUM will assume to write to the Evidently experiment that you are sending metrics to. This role must have permission to write to that experiment.
iamRoleArn - This parameter is required if Destination is Evidently. If
Destination is CloudWatch, do not use this parameter.
This parameter specifies the ARN of an IAM role that RUM will assume to write to the Evidently experiment that you are sending metrics to. This role must have permission to write to that experiment.
PutRumMetricsDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutRumMetricsDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.