Interface BatchDeleteBillScenarioUsageModificationError.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchDeleteBillScenarioUsageModificationError.Builder,,- BatchDeleteBillScenarioUsageModificationError> - SdkBuilder<BatchDeleteBillScenarioUsageModificationError.Builder,,- BatchDeleteBillScenarioUsageModificationError> - SdkPojo
- Enclosing class:
- BatchDeleteBillScenarioUsageModificationError
@Mutable
@NotThreadSafe
public static interface BatchDeleteBillScenarioUsageModificationError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteBillScenarioUsageModificationError.Builder,BatchDeleteBillScenarioUsageModificationError> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
errorMessageThe 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.
 
- 
errorCodeThe 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:
 
- 
errorCodeBatchDeleteBillScenarioUsageModificationError.Builder errorCode(BatchDeleteBillScenarioUsageModificationErrorCode 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:
 
 
-