Interface CurrentPinAttributes.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CurrentPinAttributes.Builder,,CurrentPinAttributes> SdkBuilder<CurrentPinAttributes.Builder,,CurrentPinAttributes> SdkPojo
- Enclosing class:
 CurrentPinAttributes
@Mutable
@NotThreadSafe
public static interface CurrentPinAttributes.Builder
extends SdkPojo, CopyableBuilder<CurrentPinAttributes.Builder,CurrentPinAttributes> 
- 
Method Summary
Modifier and TypeMethodDescriptioncurrentEncryptedPinBlock(String currentEncryptedPinBlock) The encrypted pinblock of the current pin stored on the chip card.currentPinPekIdentifier(String currentPinPekIdentifier) ThekeyArnof the current PIN PEK.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
- 
currentPinPekIdentifier
The
keyArnof the current PIN PEK.- Parameters:
 currentPinPekIdentifier- ThekeyArnof the current PIN PEK.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
currentEncryptedPinBlock
The encrypted pinblock of the current pin stored on the chip card.
- Parameters:
 currentEncryptedPinBlock- The encrypted pinblock of the current pin stored on the chip card.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -