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.
|
copyapplyMutation, buildSigningConfigurationOverrides.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,
EncryptionAlgorithmSigningConfigurationOverrides.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,
EncryptionAlgorithmSigningConfigurationOverrides.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,
HashAlgorithmSigningConfigurationOverrides.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,
HashAlgorithmCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.