Interface BatchDeleteRumMetricDefinitionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteRumMetricDefinitionsRequest.Builder,BatchDeleteRumMetricDefinitionsRequest>,RumRequest.Builder,SdkBuilder<BatchDeleteRumMetricDefinitionsRequest.Builder,BatchDeleteRumMetricDefinitionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchDeleteRumMetricDefinitionsRequest
public static interface BatchDeleteRumMetricDefinitionsRequest.Builder extends RumRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteRumMetricDefinitionsRequest.Builder,BatchDeleteRumMetricDefinitionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteRumMetricDefinitionsRequest.BuilderappMonitorName(String appMonitorName)The name of the CloudWatch RUM app monitor that is sending these metrics.BatchDeleteRumMetricDefinitionsRequest.Builderdestination(String destination)Defines the destination where you want to stop sending the specified metrics.BatchDeleteRumMetricDefinitionsRequest.Builderdestination(MetricDestination destination)Defines the destination where you want to stop sending the specified metrics.BatchDeleteRumMetricDefinitionsRequest.BuilderdestinationArn(String destinationArn)This parameter is required ifDestinationisEvidently.BatchDeleteRumMetricDefinitionsRequest.BuildermetricDefinitionIds(String... metricDefinitionIds)An array of structures which define the metrics that you want to stop sending.BatchDeleteRumMetricDefinitionsRequest.BuildermetricDefinitionIds(Collection<String> metricDefinitionIds)An array of structures which define the metrics that you want to stop sending.BatchDeleteRumMetricDefinitionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteRumMetricDefinitionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rum.model.RumRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appMonitorName
BatchDeleteRumMetricDefinitionsRequest.Builder appMonitorName(String appMonitorName)
The name of the CloudWatch RUM app monitor that is sending these metrics.
- Parameters:
appMonitorName- The name of the CloudWatch RUM app monitor that is sending these metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
BatchDeleteRumMetricDefinitionsRequest.Builder destination(String destination)
Defines the destination where you want to stop sending the specified metrics. Valid values are
CloudWatchandEvidently. If you specifyEvidently, 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.- Parameters:
destination- Defines the destination where you want to stop sending the specified metrics. Valid values areCloudWatchandEvidently. If you specifyEvidently, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricDestination,MetricDestination
-
destination
BatchDeleteRumMetricDefinitionsRequest.Builder destination(MetricDestination destination)
Defines the destination where you want to stop sending the specified metrics. Valid values are
CloudWatchandEvidently. If you specifyEvidently, 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.- Parameters:
destination- Defines the destination where you want to stop sending the specified metrics. Valid values areCloudWatchandEvidently. If you specifyEvidently, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricDestination,MetricDestination
-
destinationArn
BatchDeleteRumMetricDefinitionsRequest.Builder destinationArn(String destinationArn)
This parameter is required if
DestinationisEvidently. IfDestinationisCloudWatch, do not use this parameter.This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.
- Parameters:
destinationArn- This parameter is required ifDestinationisEvidently. IfDestinationisCloudWatch, do not use this parameter.This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricDefinitionIds
BatchDeleteRumMetricDefinitionsRequest.Builder metricDefinitionIds(Collection<String> metricDefinitionIds)
An array of structures which define the metrics that you want to stop sending.
- Parameters:
metricDefinitionIds- An array of structures which define the metrics that you want to stop sending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricDefinitionIds
BatchDeleteRumMetricDefinitionsRequest.Builder metricDefinitionIds(String... metricDefinitionIds)
An array of structures which define the metrics that you want to stop sending.
- Parameters:
metricDefinitionIds- An array of structures which define the metrics that you want to stop sending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteRumMetricDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchDeleteRumMetricDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-