Interface NetPaymentTerm.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NetPaymentTerm.Builder,,NetPaymentTerm> SdkBuilder<NetPaymentTerm.Builder,,NetPaymentTerm> SdkPojo
- Enclosing class:
NetPaymentTerm
@Mutable
@NotThreadSafe
public static interface NetPaymentTerm.Builder
extends SdkPojo, CopyableBuilder<NetPaymentTerm.Builder,NetPaymentTerm>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the term.paymentDuePeriod(String paymentDuePeriod) The duration after an invoice is issued within which the payment is due.Type of the term being updated.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
-
type
Type of the term being updated.
- Parameters:
type- Type of the term being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier for the term.
- Parameters:
id- The unique identifier for the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
paymentDuePeriod
The duration after an invoice is issued within which the payment is due. The duration is represented in the ISO 8601 format (for example,
P30Dfor 30 days orP60Dfor 60 days).- Parameters:
paymentDuePeriod- The duration after an invoice is issued within which the payment is due. The duration is represented in the ISO 8601 format (for example,P30Dfor 30 days orP60Dfor 60 days).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-