Interface ServiceLevelObjectiveBudgetReportError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceLevelObjectiveBudgetReportError.Builder,
,ServiceLevelObjectiveBudgetReportError> SdkBuilder<ServiceLevelObjectiveBudgetReportError.Builder,
,ServiceLevelObjectiveBudgetReportError> SdkPojo
- Enclosing class:
ServiceLevelObjectiveBudgetReportError
public static interface ServiceLevelObjectiveBudgetReportError.Builder
extends SdkPojo, CopyableBuilder<ServiceLevelObjectiveBudgetReportError.Builder,ServiceLevelObjectiveBudgetReportError>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the SLO that this error is related to.The error code for this error.errorMessage
(String errorMessage) The message for this error.The name of the SLO that this error is related to.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, sdkFields
-
Method Details
-
name
The name of the SLO that this error is related to.
- Parameters:
name
- The name of the SLO that this error is related to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the SLO that this error is related to.
- Parameters:
arn
- The ARN of the SLO that this error is related to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code for this error.
- Parameters:
errorCode
- The error code for this error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The message for this error.
- Parameters:
errorMessage
- The message for this error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-