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 key block.wrappingKeyAlgorithm
(KeyAlgorithm wrappingKeyAlgorithm) The algorithm of the wrapping key for use within TR-34 key block.wrappingKeyCertificate
(String wrappingKeyCertificate) The wrapping key certificate of the wrapping key for use within the TR-34 key block.wrappingKeyCertificateChain
(String wrappingKeyCertificateChain) The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
importToken
The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 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 7 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.
-
wrappingKeyAlgorithm
The algorithm of the wrapping key for use within TR-34 key block.
RSA_2048
is the only wrapping key algorithm allowed.- Parameters:
wrappingKeyAlgorithm
- The algorithm of the wrapping key for use within TR-34 key block.RSA_2048
is the only wrapping key algorithm allowed.- 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 key block.
RSA_2048
is the only wrapping key algorithm allowed.- Parameters:
wrappingKeyAlgorithm
- The algorithm of the wrapping key for use within TR-34 key block.RSA_2048
is the only wrapping key algorithm allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wrappingKeyCertificate
The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
- Parameters:
wrappingKeyCertificate
- The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 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 certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.
- Parameters:
wrappingKeyCertificateChain
- The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-