Interface Emv2000Attributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Emv2000Attributes.Builder,Emv2000Attributes>,SdkBuilder<Emv2000Attributes.Builder,Emv2000Attributes>,SdkPojo
- Enclosing class:
- Emv2000Attributes
public static interface Emv2000Attributes.Builder extends SdkPojo, CopyableBuilder<Emv2000Attributes.Builder,Emv2000Attributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Emv2000Attributes.BuilderapplicationTransactionCounter(String applicationTransactionCounter)The transaction counter of the current transaction that is provided by the terminal during transaction processing.Emv2000Attributes.BuildermajorKeyDerivationMode(String majorKeyDerivationMode)The method to use when deriving the master key for the payment card.Emv2000Attributes.BuildermajorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)The method to use when deriving the master key for the payment card.Emv2000Attributes.BuilderpanSequenceNumber(String panSequenceNumber)A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).Emv2000Attributes.BuilderprimaryAccountNumber(String primaryAccountNumber)The Primary Account Number (PAN) of the cardholder.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
majorKeyDerivationMode
Emv2000Attributes.Builder majorKeyDerivationMode(String majorKeyDerivationMode)
The method to use when deriving the master key for the payment card.
- Parameters:
majorKeyDerivationMode- The method to use when deriving the master key for the payment card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MajorKeyDerivationMode,MajorKeyDerivationMode
-
majorKeyDerivationMode
Emv2000Attributes.Builder majorKeyDerivationMode(MajorKeyDerivationMode majorKeyDerivationMode)
The method to use when deriving the master key for the payment card.
- Parameters:
majorKeyDerivationMode- The method to use when deriving the master key for the payment card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MajorKeyDerivationMode,MajorKeyDerivationMode
-
primaryAccountNumber
Emv2000Attributes.Builder primaryAccountNumber(String primaryAccountNumber)
The Primary Account Number (PAN) of the cardholder.
- Parameters:
primaryAccountNumber- The Primary Account Number (PAN) of the cardholder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
panSequenceNumber
Emv2000Attributes.Builder panSequenceNumber(String panSequenceNumber)
A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). Typically 00 is used, if no value is provided by the terminal.
- Parameters:
panSequenceNumber- A number that identifies and differentiates payment cards with the same Primary Account Number (PAN). Typically 00 is used, if no value is provided by the terminal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationTransactionCounter
Emv2000Attributes.Builder applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter of the current transaction that is provided by the terminal during transaction processing.
- Parameters:
applicationTransactionCounter- The transaction counter of the current transaction that is provided by the terminal during transaction processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-