Interface BatchDeleteRumMetricDefinitionsError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDeleteRumMetricDefinitionsError.Builder,
,BatchDeleteRumMetricDefinitionsError> SdkBuilder<BatchDeleteRumMetricDefinitionsError.Builder,
,BatchDeleteRumMetricDefinitionsError> SdkPojo
- Enclosing class:
BatchDeleteRumMetricDefinitionsError
@Mutable
@NotThreadSafe
public static interface BatchDeleteRumMetricDefinitionsError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteRumMetricDefinitionsError.Builder,BatchDeleteRumMetricDefinitionsError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.errorMessage
(String errorMessage) The error message for this metric definition.metricDefinitionId
(String metricDefinitionId) The ID of the metric definition that caused this error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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.
-