Interface CurrentPinAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CurrentPinAttributes.Builder,CurrentPinAttributes>,SdkBuilder<CurrentPinAttributes.Builder,CurrentPinAttributes>,SdkPojo
- Enclosing class:
- CurrentPinAttributes
public static interface CurrentPinAttributes.Builder extends SdkPojo, CopyableBuilder<CurrentPinAttributes.Builder,CurrentPinAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentPinAttributes.BuildercurrentEncryptedPinBlock(String currentEncryptedPinBlock)The encrypted pinblock of the current pin stored on the chip card.CurrentPinAttributes.BuildercurrentPinPekIdentifier(String currentPinPekIdentifier)ThekeyArnof 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 Detail
-
currentPinPekIdentifier
CurrentPinAttributes.Builder currentPinPekIdentifier(String 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
CurrentPinAttributes.Builder currentEncryptedPinBlock(String 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.
-
-