Interface GetParametersForImportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetParametersForImportResponse.Builder,
,GetParametersForImportResponse> PaymentCryptographyResponse.Builder
,SdkBuilder<GetParametersForImportResponse.Builder,
,GetParametersForImportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetParametersForImportResponse
-
Method Summary
Modifier and TypeMethodDescriptionimportToken
(String importToken) The import token to initiate key import into Amazon Web Services Payment Cryptography.parametersValidUntilTimestamp
(Instant parametersValidUntilTimestamp) The validity period of the import token.wrappingKeyAlgorithm
(String wrappingKeyAlgorithm) The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.wrappingKeyAlgorithm
(KeyAlgorithm wrappingKeyAlgorithm) The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.wrappingKeyCertificate
(String wrappingKeyCertificate) The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key block.wrappingKeyCertificateChain
(String wrappingKeyCertificateChain) The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key certificate in PEM format (base64 encoded).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
wrappingKeyCertificate
The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key block. The certificate expires in 30 days.
- Parameters:
wrappingKeyCertificate
- The wrapping key certificate in PEM format (base64 encoded) of the wrapping key for use within the TR-34 key block. The certificate expires in 30 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wrappingKeyCertificateChain
GetParametersForImportResponse.Builder wrappingKeyCertificateChain(String wrappingKeyCertificateChain) The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key certificate in PEM format (base64 encoded).
- Parameters:
wrappingKeyCertificateChain
- The Amazon Web Services Payment Cryptography root certificate authority (CA) that signed the wrapping key certificate in PEM format (base64 encoded).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wrappingKeyAlgorithm
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
- Parameters:
wrappingKeyAlgorithm
- The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wrappingKeyAlgorithm
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
- Parameters:
wrappingKeyAlgorithm
- The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importToken
The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 30 days. You can use the same import token to import multiple keys to the same service account.
- Parameters:
importToken
- The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 30 days. You can use the same import token to import multiple keys to the same service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parametersValidUntilTimestamp
GetParametersForImportResponse.Builder parametersValidUntilTimestamp(Instant parametersValidUntilTimestamp) The validity period of the import token.
- Parameters:
parametersValidUntilTimestamp
- The validity period of the import token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-