Interface DecryptDataRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DecryptDataRequest.Builder,,- DecryptDataRequest> - PaymentCryptographyDataRequest.Builder,- SdkBuilder<DecryptDataRequest.Builder,,- DecryptDataRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DecryptDataRequest
- 
Method SummaryModifier and TypeMethodDescriptioncipherText(String cipherText) The ciphertext to decrypt.default DecryptDataRequest.BuilderdecryptionAttributes(Consumer<EncryptionDecryptionAttributes.Builder> decryptionAttributes) The encryption key type and attributes for ciphertext decryption.decryptionAttributes(EncryptionDecryptionAttributes decryptionAttributes) The encryption key type and attributes for ciphertext decryption.keyIdentifier(String keyIdentifier) ThekeyARNof the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext decryption.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default DecryptDataRequest.BuilderwrappedKey(Consumer<WrappedKey.Builder> wrappedKey) The WrappedKeyBlock containing the encryption key for ciphertext decryption.wrappedKey(WrappedKey wrappedKey) The WrappedKeyBlock containing the encryption key for ciphertext decryption.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
keyIdentifierThe keyARNof the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext decryption.When a WrappedKeyBlock is provided, this value will be the identifier to the key wrapping key. Otherwise, it is the key identifier used to perform the operation. - Parameters:
- keyIdentifier- The- keyARNof the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext decryption.- When a WrappedKeyBlock is provided, this value will be the identifier to the key wrapping key. Otherwise, it is the key identifier used to perform the operation. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cipherTextThe ciphertext to decrypt. - Parameters:
- cipherText- The ciphertext to decrypt.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
decryptionAttributesDecryptDataRequest.Builder decryptionAttributes(EncryptionDecryptionAttributes decryptionAttributes) The encryption key type and attributes for ciphertext decryption. - Parameters:
- decryptionAttributes- The encryption key type and attributes for ciphertext decryption.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
decryptionAttributesdefault DecryptDataRequest.Builder decryptionAttributes(Consumer<EncryptionDecryptionAttributes.Builder> decryptionAttributes) The encryption key type and attributes for ciphertext decryption. This is a convenience method that creates an instance of theEncryptionDecryptionAttributes.Builderavoiding the need to create one manually viaEncryptionDecryptionAttributes.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todecryptionAttributes(EncryptionDecryptionAttributes).- Parameters:
- decryptionAttributes- a consumer that will call methods on- EncryptionDecryptionAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
wrappedKeyThe WrappedKeyBlock containing the encryption key for ciphertext decryption. - Parameters:
- wrappedKey- The WrappedKeyBlock containing the encryption key for ciphertext decryption.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
wrappedKeyThe WrappedKeyBlock containing the encryption key for ciphertext decryption. This is a convenience method that creates an instance of theWrappedKey.Builderavoiding the need to create one manually viaWrappedKey.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towrappedKey(WrappedKey).- Parameters:
- wrappedKey- a consumer that will call methods on- WrappedKey.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationDecryptDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDecryptDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-