Interface BatchCreateWorkloadEstimateUsageError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchCreateWorkloadEstimateUsageError.Builder,BatchCreateWorkloadEstimateUsageError>,SdkBuilder<BatchCreateWorkloadEstimateUsageError.Builder,BatchCreateWorkloadEstimateUsageError>,SdkPojo
- Enclosing class:
- BatchCreateWorkloadEstimateUsageError
public static interface BatchCreateWorkloadEstimateUsageError.Builder extends SdkPojo, CopyableBuilder<BatchCreateWorkloadEstimateUsageError.Builder,BatchCreateWorkloadEstimateUsageError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCreateWorkloadEstimateUsageError.BuildererrorCode(String errorCode)The error code associated with the failed operation.BatchCreateWorkloadEstimateUsageError.BuildererrorCode(BatchCreateWorkloadEstimateUsageCode errorCode)The error code associated with the failed operation.BatchCreateWorkloadEstimateUsageError.BuildererrorMessage(String errorMessage)A descriptive message for the error that occurred.BatchCreateWorkloadEstimateUsageError.Builderkey(String key)The key of the entry that caused 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
-
key
BatchCreateWorkloadEstimateUsageError.Builder key(String key)
The key of the entry that caused the error.
- Parameters:
key- The key of the entry that caused the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchCreateWorkloadEstimateUsageError.Builder errorCode(String errorCode)
The error code associated with the failed operation.
- Parameters:
errorCode- The error code associated with the failed operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchCreateWorkloadEstimateUsageCode,BatchCreateWorkloadEstimateUsageCode
-
errorCode
BatchCreateWorkloadEstimateUsageError.Builder errorCode(BatchCreateWorkloadEstimateUsageCode errorCode)
The error code associated with the failed operation.
- Parameters:
errorCode- The error code associated with the failed operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchCreateWorkloadEstimateUsageCode,BatchCreateWorkloadEstimateUsageCode
-
errorMessage
BatchCreateWorkloadEstimateUsageError.Builder errorMessage(String errorMessage)
A descriptive message for the error that occurred.
- Parameters:
errorMessage- A descriptive message for the error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-