Interface BatchDeleteBillScenarioUsageModificationError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteBillScenarioUsageModificationError.Builder,BatchDeleteBillScenarioUsageModificationError>,SdkBuilder<BatchDeleteBillScenarioUsageModificationError.Builder,BatchDeleteBillScenarioUsageModificationError>,SdkPojo
- Enclosing class:
- BatchDeleteBillScenarioUsageModificationError
public static interface BatchDeleteBillScenarioUsageModificationError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteBillScenarioUsageModificationError.Builder,BatchDeleteBillScenarioUsageModificationError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteBillScenarioUsageModificationError.BuildererrorCode(String errorCode)The code associated with the error.BatchDeleteBillScenarioUsageModificationError.BuildererrorCode(BatchDeleteBillScenarioUsageModificationErrorCode errorCode)The code associated with the error.BatchDeleteBillScenarioUsageModificationError.BuildererrorMessage(String errorMessage)The message that describes the error.BatchDeleteBillScenarioUsageModificationError.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
BatchDeleteBillScenarioUsageModificationError.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
BatchDeleteBillScenarioUsageModificationError.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
BatchDeleteBillScenarioUsageModificationError.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:
BatchDeleteBillScenarioUsageModificationErrorCode,BatchDeleteBillScenarioUsageModificationErrorCode
-
errorCode
BatchDeleteBillScenarioUsageModificationError.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:
BatchDeleteBillScenarioUsageModificationErrorCode,BatchDeleteBillScenarioUsageModificationErrorCode
-
-