Interface PurchaseOrder.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PurchaseOrder.Builder,,PurchaseOrder> SdkBuilder<PurchaseOrder.Builder,,PurchaseOrder> SdkPojo
- Enclosing class:
PurchaseOrder
@Mutable
@NotThreadSafe
public static interface PurchaseOrder.Builder
extends SdkPojo, CopyableBuilder<PurchaseOrder.Builder,PurchaseOrder>
-
Method Summary
Modifier and TypeMethodDescriptionagreementId(String agreementId) The unique identifier of the agreement associated with this charge.The unique identifier of the charge to associate the purchase order with.chargeRevision(Long chargeRevision) The revision of the charge.purchaseOrderReference(String purchaseOrderReference) The purchase order reference to associate with the charge.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
-
chargeId
The unique identifier of the charge to associate the purchase order with.
- Parameters:
chargeId- The unique identifier of the charge to associate the purchase order with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeRevision
The revision of the charge.
- Parameters:
chargeRevision- The revision of the charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agreementId
The unique identifier of the agreement associated with this charge.
- Parameters:
agreementId- The unique identifier of the agreement associated with this charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
purchaseOrderReference
The purchase order reference to associate with the charge.
- Parameters:
purchaseOrderReference- The purchase order reference to associate with the charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-