public static interface EncryptionAlgorithmOptions.Builder extends SdkPojo, CopyableBuilder<EncryptionAlgorithmOptions.Builder,EncryptionAlgorithmOptions>
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithmOptions.Builder |
allowedValues(Collection<EncryptionAlgorithm> allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
|
EncryptionAlgorithmOptions.Builder |
allowedValues(EncryptionAlgorithm... allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
|
EncryptionAlgorithmOptions.Builder |
allowedValuesWithStrings(Collection<String> allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
|
EncryptionAlgorithmOptions.Builder |
allowedValuesWithStrings(String... allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
|
EncryptionAlgorithmOptions.Builder |
defaultValue(EncryptionAlgorithm defaultValue)
The default encryption algorithm that is used by a code signing job.
|
EncryptionAlgorithmOptions.Builder |
defaultValue(String defaultValue)
The default encryption algorithm that is used by a code signing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionAlgorithmOptions.Builder allowedValuesWithStrings(Collection<String> allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmOptions.Builder allowedValuesWithStrings(String... allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmOptions.Builder allowedValues(Collection<EncryptionAlgorithm> allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmOptions.Builder allowedValues(EncryptionAlgorithm... allowedValues)
The set of accepted encryption algorithms that are allowed in a code signing job.
allowedValues - The set of accepted encryption algorithms that are allowed in a code signing job.EncryptionAlgorithmOptions.Builder defaultValue(String defaultValue)
The default encryption algorithm that is used by a code signing job.
defaultValue - The default encryption algorithm that is used by a code signing job.EncryptionAlgorithm,
EncryptionAlgorithmEncryptionAlgorithmOptions.Builder defaultValue(EncryptionAlgorithm defaultValue)
The default encryption algorithm that is used by a code signing job.
defaultValue - The default encryption algorithm that is used by a code signing job.EncryptionAlgorithm,
EncryptionAlgorithmCopyright © 2020. All rights reserved.