Interface CryptogramAuthResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CryptogramAuthResponse.Builder,CryptogramAuthResponse>,SdkBuilder<CryptogramAuthResponse.Builder,CryptogramAuthResponse>,SdkPojo
- Enclosing class:
- CryptogramAuthResponse
public static interface CryptogramAuthResponse.Builder extends SdkPojo, CopyableBuilder<CryptogramAuthResponse.Builder,CryptogramAuthResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CryptogramAuthResponse.BuilderarpcMethod1(Consumer<CryptogramVerificationArpcMethod1.Builder> arpcMethod1)Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.CryptogramAuthResponse.BuilderarpcMethod1(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.CryptogramAuthResponse.BuilderarpcMethod2(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
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
-
arpcMethod1
CryptogramAuthResponse.Builder arpcMethod1(CryptogramVerificationArpcMethod1 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:
arpcMethod1(CryptogramVerificationArpcMethod1)
-
arpcMethod2
CryptogramAuthResponse.Builder arpcMethod2(CryptogramVerificationArpcMethod2 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:
arpcMethod2(CryptogramVerificationArpcMethod2)
-
-