public static interface SigningConfigurationOverrides.Builder extends SdkPojo, CopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>
Modifier and Type | Method and Description |
---|---|
SigningConfigurationOverrides.Builder |
encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in an AWS Signer job.
|
SigningConfigurationOverrides.Builder |
encryptionAlgorithm(String encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in an AWS Signer job.
|
SigningConfigurationOverrides.Builder |
hashAlgorithm(HashAlgorithm hashAlgorithm)
A specified override of the default hash algorithm that is used in an AWS Signer job.
|
SigningConfigurationOverrides.Builder |
hashAlgorithm(String hashAlgorithm)
A specified override of the default hash algorithm that is used in an AWS Signer job.
|
copy
applyMutation, build
SigningConfigurationOverrides.Builder encryptionAlgorithm(String encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in an AWS Signer job.
encryptionAlgorithm
- A specified override of the default encryption algorithm that is used in an AWS Signer job.EncryptionAlgorithm
,
EncryptionAlgorithm
SigningConfigurationOverrides.Builder encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in an AWS Signer job.
encryptionAlgorithm
- A specified override of the default encryption algorithm that is used in an AWS Signer job.EncryptionAlgorithm
,
EncryptionAlgorithm
SigningConfigurationOverrides.Builder hashAlgorithm(String hashAlgorithm)
A specified override of the default hash algorithm that is used in an AWS Signer job.
hashAlgorithm
- A specified override of the default hash algorithm that is used in an AWS Signer job.HashAlgorithm
,
HashAlgorithm
SigningConfigurationOverrides.Builder hashAlgorithm(HashAlgorithm hashAlgorithm)
A specified override of the default hash algorithm that is used in an AWS Signer job.
hashAlgorithm
- A specified override of the default hash algorithm that is used in an AWS Signer job.HashAlgorithm
,
HashAlgorithm
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.