Interface CryptogramAuthResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CryptogramAuthResponse.Builder,,CryptogramAuthResponse> SdkBuilder<CryptogramAuthResponse.Builder,,CryptogramAuthResponse> SdkPojo
- Enclosing class:
 CryptogramAuthResponse
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CryptogramAuthResponse.BuilderarpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1) Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.arpcMethod1(CryptogramVerificationArpcMethod1 arpcMethod1) Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.default CryptogramAuthResponse.BuilderarpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2) Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.arpcMethod2(CryptogramVerificationArpcMethod2 arpcMethod2) Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.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
- 
arpcMethod1
Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
- Parameters:
 arpcMethod1- Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arpcMethod1
default CryptogramAuthResponse.Builder arpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1) Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.
This is a convenience method that creates an instance of theCryptogramVerificationArpcMethod1.Builderavoiding the need to create one manually viaCryptogramVerificationArpcMethod1.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toarpcMethod1(CryptogramVerificationArpcMethod1).- Parameters:
 arpcMethod1- a consumer that will call methods onCryptogramVerificationArpcMethod1.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
arpcMethod2
Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
- Parameters:
 arpcMethod2- Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arpcMethod2
default CryptogramAuthResponse.Builder arpcMethod2(Consumer<CryptogramVerificationArpcMethod2.Builder> arpcMethod2) Parameters that are required for ARPC response generation using method2 after ARQC verification is successful.
This is a convenience method that creates an instance of theCryptogramVerificationArpcMethod2.Builderavoiding the need to create one manually viaCryptogramVerificationArpcMethod2.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toarpcMethod2(CryptogramVerificationArpcMethod2).- Parameters:
 arpcMethod2- a consumer that will call methods onCryptogramVerificationArpcMethod2.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -