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