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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
currentPinPekIdentifierThe keyArnof the current PIN PEK.- Parameters:
- currentPinPekIdentifier- The- keyArnof the current PIN PEK.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
currentEncryptedPinBlockThe 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.
 
 
-