Interface BatchDeleteRumMetricDefinitionsError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchDeleteRumMetricDefinitionsError.Builder,BatchDeleteRumMetricDefinitionsError>, SdkBuilder<BatchDeleteRumMetricDefinitionsError.Builder,BatchDeleteRumMetricDefinitionsError>, SdkPojo
Enclosing class:
BatchDeleteRumMetricDefinitionsError

public static interface BatchDeleteRumMetricDefinitionsError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteRumMetricDefinitionsError.Builder,BatchDeleteRumMetricDefinitionsError>
  • Method Details

    • errorCode

      The error code.

      Parameters:
      errorCode - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      The error message for this metric definition.

      Parameters:
      errorMessage - The error message for this metric definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricDefinitionId

      BatchDeleteRumMetricDefinitionsError.Builder metricDefinitionId(String metricDefinitionId)

      The ID of the metric definition that caused this error.

      Parameters:
      metricDefinitionId - The ID of the metric definition that caused this error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.