public static interface BatchDeleteRumMetricDefinitionsRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteRumMetricDefinitionsRequest.Builder,BatchDeleteRumMetricDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRumMetricDefinitionsRequest.Builder |
appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that is sending these metrics.
|
BatchDeleteRumMetricDefinitionsRequest.Builder |
destination(MetricDestination destination)
Defines the destination where you want to stop sending the specified metrics.
|
BatchDeleteRumMetricDefinitionsRequest.Builder |
destination(String destination)
Defines the destination where you want to stop sending the specified metrics.
|
BatchDeleteRumMetricDefinitionsRequest.Builder |
destinationArn(String destinationArn)
This parameter is required if
Destination is Evidently. |
BatchDeleteRumMetricDefinitionsRequest.Builder |
metricDefinitionIds(Collection<String> metricDefinitionIds)
An array of structures which define the metrics that you want to stop sending.
|
BatchDeleteRumMetricDefinitionsRequest.Builder |
metricDefinitionIds(String... metricDefinitionIds)
An array of structures which define the metrics that you want to stop sending.
|
BatchDeleteRumMetricDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteRumMetricDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteRumMetricDefinitionsRequest.Builder appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that is sending these metrics.
appMonitorName - The name of the CloudWatch RUM app monitor that is sending these metrics.BatchDeleteRumMetricDefinitionsRequest.Builder destination(String destination)
Defines the destination where you want to stop sending the specified metrics. 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 where you want to stop sending the specified metrics. 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,
MetricDestinationBatchDeleteRumMetricDefinitionsRequest.Builder destination(MetricDestination destination)
Defines the destination where you want to stop sending the specified metrics. 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 where you want to stop sending the specified metrics. 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,
MetricDestinationBatchDeleteRumMetricDefinitionsRequest.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 was receiving the metrics that are being deleted.
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 was receiving the metrics that are being deleted.
BatchDeleteRumMetricDefinitionsRequest.Builder metricDefinitionIds(Collection<String> metricDefinitionIds)
An array of structures which define the metrics that you want to stop sending.
metricDefinitionIds - An array of structures which define the metrics that you want to stop sending.BatchDeleteRumMetricDefinitionsRequest.Builder metricDefinitionIds(String... metricDefinitionIds)
An array of structures which define the metrics that you want to stop sending.
metricDefinitionIds - An array of structures which define the metrics that you want to stop sending.BatchDeleteRumMetricDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteRumMetricDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.