Interface BatchCreateBillingAdjustmentError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchCreateBillingAdjustmentError.Builder,,BatchCreateBillingAdjustmentError> SdkBuilder<BatchCreateBillingAdjustmentError.Builder,,BatchCreateBillingAdjustmentError> SdkPojo
- Enclosing class:
BatchCreateBillingAdjustmentError
@Mutable
@NotThreadSafe
public static interface BatchCreateBillingAdjustmentError.Builder
extends SdkPojo, CopyableBuilder<BatchCreateBillingAdjustmentError.Builder,BatchCreateBillingAdjustmentError>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The client token of the request entry that failed.The error code indicating the reason for failure.The error code indicating the reason for failure.A human-readable message describing the error.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
code
The error code indicating the reason for failure.
- Parameters:
code- The error code indicating the reason for failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code indicating the reason for failure.
- Parameters:
code- The error code indicating the reason for failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A human-readable message describing the error.
- Parameters:
message- A human-readable message describing the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The client token of the request entry that failed.
- Parameters:
clientToken- The client token of the request entry that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-