Interface BatchUpdateBillScenarioUsageModificationError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchUpdateBillScenarioUsageModificationError.Builder,,BatchUpdateBillScenarioUsageModificationError> SdkBuilder<BatchUpdateBillScenarioUsageModificationError.Builder,,BatchUpdateBillScenarioUsageModificationError> SdkPojo
- Enclosing class:
 BatchUpdateBillScenarioUsageModificationError
public static interface BatchUpdateBillScenarioUsageModificationError.Builder
extends SdkPojo, CopyableBuilder<BatchUpdateBillScenarioUsageModificationError.Builder,BatchUpdateBillScenarioUsageModificationError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe code associated with the error.The code associated with the error.errorMessage(String errorMessage) The message that describes the error.The ID of the error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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:
 
 - 
errorCode
BatchUpdateBillScenarioUsageModificationError.Builder errorCode(BatchUpdateBillScenarioUsageModificationErrorCode 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:
 
 
 -