Interface BatchCreateBillingAdjustmentItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchCreateBillingAdjustmentItem.Builder,,BatchCreateBillingAdjustmentItem> SdkBuilder<BatchCreateBillingAdjustmentItem.Builder,,BatchCreateBillingAdjustmentItem> SdkPojo
- Enclosing class:
BatchCreateBillingAdjustmentItem
@Mutable
@NotThreadSafe
public static interface BatchCreateBillingAdjustmentItem.Builder
extends SdkPojo, CopyableBuilder<BatchCreateBillingAdjustmentItem.Builder,BatchCreateBillingAdjustmentItem>
-
Method Summary
Modifier and TypeMethodDescriptionbillingAdjustmentRequestId(String billingAdjustmentRequestId) The unique identifier of the created billing adjustment request.clientToken(String clientToken) The client token provided in the corresponding request entry.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
-
billingAdjustmentRequestId
BatchCreateBillingAdjustmentItem.Builder billingAdjustmentRequestId(String billingAdjustmentRequestId) The unique identifier of the created billing adjustment request.
- Parameters:
billingAdjustmentRequestId- The unique identifier of the created billing adjustment request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The client token provided in the corresponding request entry.
- Parameters:
clientToken- The client token provided in the corresponding request entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-