Interface BatchCreateBillScenarioCommitmentModificationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchCreateBillScenarioCommitmentModificationError.Builder,
,BatchCreateBillScenarioCommitmentModificationError> SdkBuilder<BatchCreateBillScenarioCommitmentModificationError.Builder,
,BatchCreateBillScenarioCommitmentModificationError> SdkPojo
- Enclosing class:
BatchCreateBillScenarioCommitmentModificationError
@Mutable
@NotThreadSafe
public static interface BatchCreateBillScenarioCommitmentModificationError.Builder
extends SdkPojo, CopyableBuilder<BatchCreateBillScenarioCommitmentModificationError.Builder,BatchCreateBillScenarioCommitmentModificationError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code associated with the failed operation.The error code associated with the failed operation.errorMessage
(String errorMessage) A descriptive message for the error that occurred.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 Details
-
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
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
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:
-
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:
-