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