Interface TranslateKeyMaterialRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<TranslateKeyMaterialRequest.Builder,
,TranslateKeyMaterialRequest> PaymentCryptographyDataRequest.Builder
,SdkBuilder<TranslateKeyMaterialRequest.Builder,
,TranslateKeyMaterialRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
TranslateKeyMaterialRequest
-
Method Summary
Modifier and TypeMethodDescriptionincomingKeyMaterial
(Consumer<IncomingKeyMaterial.Builder> incomingKeyMaterial) Parameter information of the TR31WrappedKeyBlock containing the transaction key.incomingKeyMaterial
(IncomingKeyMaterial incomingKeyMaterial) Parameter information of the TR31WrappedKeyBlock containing the transaction key.keyCheckValueAlgorithm
(String keyCheckValueAlgorithm) The key check value (KCV) algorithm used for calculating the KCV.keyCheckValueAlgorithm
(KeyCheckValueAlgorithm keyCheckValueAlgorithm) The key check value (KCV) algorithm used for calculating the KCV.outgoingKeyMaterial
(Consumer<OutgoingKeyMaterial.Builder> outgoingKeyMaterial) Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.outgoingKeyMaterial
(OutgoingKeyMaterial outgoingKeyMaterial) Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataRequest.Builder
build
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 Details
-
incomingKeyMaterial
Parameter information of the TR31WrappedKeyBlock containing the transaction key.
- Parameters:
incomingKeyMaterial
- Parameter information of the TR31WrappedKeyBlock containing the transaction key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incomingKeyMaterial
default TranslateKeyMaterialRequest.Builder incomingKeyMaterial(Consumer<IncomingKeyMaterial.Builder> incomingKeyMaterial) Parameter information of the TR31WrappedKeyBlock containing the transaction key.
This is a convenience method that creates an instance of theIncomingKeyMaterial.Builder
avoiding the need to create one manually viaIncomingKeyMaterial.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toincomingKeyMaterial(IncomingKeyMaterial)
.- Parameters:
incomingKeyMaterial
- a consumer that will call methods onIncomingKeyMaterial.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outgoingKeyMaterial
Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.
- Parameters:
outgoingKeyMaterial
- Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outgoingKeyMaterial
default TranslateKeyMaterialRequest.Builder outgoingKeyMaterial(Consumer<OutgoingKeyMaterial.Builder> outgoingKeyMaterial) Parameter information of the wrapping key used to wrap the transaction key in the outgoing TR31WrappedKeyBlock.
This is a convenience method that creates an instance of theOutgoingKeyMaterial.Builder
avoiding the need to create one manually viaOutgoingKeyMaterial.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutgoingKeyMaterial(OutgoingKeyMaterial)
.- Parameters:
outgoingKeyMaterial
- a consumer that will call methods onOutgoingKeyMaterial.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyCheckValueAlgorithm
The key check value (KCV) algorithm used for calculating the KCV.
- Parameters:
keyCheckValueAlgorithm
- The key check value (KCV) algorithm used for calculating the KCV.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyCheckValueAlgorithm
TranslateKeyMaterialRequest.Builder keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm) The key check value (KCV) algorithm used for calculating the KCV.
- Parameters:
keyCheckValueAlgorithm
- The key check value (KCV) algorithm used for calculating the KCV.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
TranslateKeyMaterialRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
TranslateKeyMaterialRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-