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 Details

    • 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

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.

      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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.