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 a code signing job.
|
SigningConfigurationOverrides.Builder |
encryptionAlgorithm(String encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in a code signing job.
|
SigningConfigurationOverrides.Builder |
hashAlgorithm(HashAlgorithm hashAlgorithm)
A specified override of the default hash algorithm that is used in a code signing job.
|
SigningConfigurationOverrides.Builder |
hashAlgorithm(String hashAlgorithm)
A specified override of the default hash algorithm that is used in a code signing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningConfigurationOverrides.Builder encryptionAlgorithm(String encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in a code signing job.
encryptionAlgorithm - A specified override of the default encryption algorithm that is used in a code signing job.EncryptionAlgorithm,
EncryptionAlgorithmSigningConfigurationOverrides.Builder encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
A specified override of the default encryption algorithm that is used in a code signing job.
encryptionAlgorithm - A specified override of the default encryption algorithm that is used in a code signing job.EncryptionAlgorithm,
EncryptionAlgorithmSigningConfigurationOverrides.Builder hashAlgorithm(String hashAlgorithm)
A specified override of the default hash algorithm that is used in a code signing job.
hashAlgorithm - A specified override of the default hash algorithm that is used in a code signing job.HashAlgorithm,
HashAlgorithmSigningConfigurationOverrides.Builder hashAlgorithm(HashAlgorithm hashAlgorithm)
A specified override of the default hash algorithm that is used in a code signing job.
hashAlgorithm - A specified override of the default hash algorithm that is used in a code signing job.HashAlgorithm,
HashAlgorithmCopyright © 2021. All rights reserved.