public static interface BatchCreateRumMetricDefinitionsRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<BatchCreateRumMetricDefinitionsRequest.Builder,BatchCreateRumMetricDefinitionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateRumMetricDefinitionsRequest.Builder appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that is to send the metrics.
appMonitorName - The name of the CloudWatch RUM app monitor that is to send the metrics.BatchCreateRumMetricDefinitionsRequest.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,
MetricDestinationBatchCreateRumMetricDefinitionsRequest.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,
MetricDestinationBatchCreateRumMetricDefinitionsRequest.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.
BatchCreateRumMetricDefinitionsRequest.Builder metricDefinitions(Collection<MetricDefinitionRequest> metricDefinitions)
An array of structures which define the metrics that you want to send.
metricDefinitions - An array of structures which define the metrics that you want to send.BatchCreateRumMetricDefinitionsRequest.Builder metricDefinitions(MetricDefinitionRequest... metricDefinitions)
An array of structures which define the metrics that you want to send.
metricDefinitions - An array of structures which define the metrics that you want to send.BatchCreateRumMetricDefinitionsRequest.Builder metricDefinitions(Consumer<MetricDefinitionRequest.Builder>... metricDefinitions)
An array of structures which define the metrics that you want to send.
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 #metricDefinitions(List.
metricDefinitions - a consumer that will call methods on
MetricDefinitionRequest.Builder#metricDefinitions(java.util.Collection) BatchCreateRumMetricDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreateRumMetricDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.