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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationCryptogramThe 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.
 
- 
applicationTransactionCounterSessionKeyDerivationValue.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.
 
 
-