Interface CryptogramAuthResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CryptogramAuthResponse.Builder,,- CryptogramAuthResponse> - SdkBuilder<CryptogramAuthResponse.Builder,,- CryptogramAuthResponse> - SdkPojo
- Enclosing class:
- CryptogramAuthResponse
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arpcMethod1Parameters 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.
 
- 
arpcMethod1default 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 on- CryptogramVerificationArpcMethod1.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
arpcMethod2Parameters 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.
 
- 
arpcMethod2default 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 on- CryptogramVerificationArpcMethod2.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-