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