Interface As2805PekDerivationAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<As2805PekDerivationAttributes.Builder,,As2805PekDerivationAttributes> SdkBuilder<As2805PekDerivationAttributes.Builder,,As2805PekDerivationAttributes> SdkPojo
- Enclosing class:
As2805PekDerivationAttributes
@Mutable
@NotThreadSafe
public static interface As2805PekDerivationAttributes.Builder
extends SdkPojo, CopyableBuilder<As2805PekDerivationAttributes.Builder,As2805PekDerivationAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionsystemTraceAuditNumber(String systemTraceAuditNumber) The system trace audit number for the transaction.transactionAmount(String transactionAmount) The transaction amount for the transaction.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
-
systemTraceAuditNumber
The system trace audit number for the transaction.
- Parameters:
systemTraceAuditNumber- The system trace audit number for the transaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transactionAmount
The transaction amount for the transaction.
- Parameters:
transactionAmount- The transaction amount for the transaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-