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