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) ThekeyArn
of the current PIN PEK.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, sdkFieldNameToField, sdkFields
-
Method Details
-
currentPinPekIdentifier
The
keyArn
of the current PIN PEK.- Parameters:
currentPinPekIdentifier
- ThekeyArn
of 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.
-