Interface SessionKeyDerivationValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SessionKeyDerivationValue.Builder,
,SessionKeyDerivationValue> SdkBuilder<SessionKeyDerivationValue.Builder,
,SessionKeyDerivationValue> SdkPojo
- Enclosing class:
SessionKeyDerivationValue
@Mutable
@NotThreadSafe
public static interface SessionKeyDerivationValue.Builder
extends SdkPojo, CopyableBuilder<SessionKeyDerivationValue.Builder,SessionKeyDerivationValue>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationCryptogram
(String applicationCryptogram) The cryptogram provided by the terminal during transaction processing.applicationTransactionCounter
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-