Interface SessionKeyDerivationValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SessionKeyDerivationValue.Builder,SessionKeyDerivationValue>,SdkBuilder<SessionKeyDerivationValue.Builder,SessionKeyDerivationValue>,SdkPojo
- Enclosing class:
- SessionKeyDerivationValue
public static interface SessionKeyDerivationValue.Builder extends SdkPojo, CopyableBuilder<SessionKeyDerivationValue.Builder,SessionKeyDerivationValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionKeyDerivationValue.BuilderapplicationCryptogram(String applicationCryptogram)The cryptogram provided by the terminal during transaction processing.SessionKeyDerivationValue.BuilderapplicationTransactionCounter(String applicationTransactionCounter)The transaction counter that is provided by the terminal during transaction processing.-
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, sdkFields
-
-
-
-
Method Detail
-
applicationCryptogram
SessionKeyDerivationValue.Builder applicationCryptogram(String applicationCryptogram)
The cryptogram provided by the terminal during transaction processing.
- Parameters:
applicationCryptogram- The cryptogram provided by the terminal during transaction processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationTransactionCounter
SessionKeyDerivationValue.Builder applicationTransactionCounter(String applicationTransactionCounter)
The transaction counter that is provided by the terminal during transaction processing.
- Parameters:
applicationTransactionCounter- The transaction counter that is provided by the terminal during transaction processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-