Interface BatchUpdateWorkloadEstimateUsageError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateWorkloadEstimateUsageError.Builder,BatchUpdateWorkloadEstimateUsageError>,SdkBuilder<BatchUpdateWorkloadEstimateUsageError.Builder,BatchUpdateWorkloadEstimateUsageError>,SdkPojo
- Enclosing class:
- BatchUpdateWorkloadEstimateUsageError
public static interface BatchUpdateWorkloadEstimateUsageError.Builder extends SdkPojo, CopyableBuilder<BatchUpdateWorkloadEstimateUsageError.Builder,BatchUpdateWorkloadEstimateUsageError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageError.BuildererrorCode(String errorCode)The code associated with the error.BatchUpdateWorkloadEstimateUsageError.BuildererrorCode(WorkloadEstimateUpdateUsageErrorCode errorCode)The code associated with the error.BatchUpdateWorkloadEstimateUsageError.BuildererrorMessage(String errorMessage)The message that describes the error.BatchUpdateWorkloadEstimateUsageError.Builderid(String id)The ID of the 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 Detail
-
id
BatchUpdateWorkloadEstimateUsageError.Builder id(String id)
The ID of the error.
- Parameters:
id- The ID of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
BatchUpdateWorkloadEstimateUsageError.Builder errorMessage(String errorMessage)
The message that describes the error.
- Parameters:
errorMessage- The message that describes the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchUpdateWorkloadEstimateUsageError.Builder errorCode(String errorCode)
The code associated with the error.
- Parameters:
errorCode- The code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadEstimateUpdateUsageErrorCode,WorkloadEstimateUpdateUsageErrorCode
-
errorCode
BatchUpdateWorkloadEstimateUsageError.Builder errorCode(WorkloadEstimateUpdateUsageErrorCode errorCode)
The code associated with the error.
- Parameters:
errorCode- The code associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadEstimateUpdateUsageErrorCode,WorkloadEstimateUpdateUsageErrorCode
-
-