public static interface HashAlgorithmOptions.Builder extends SdkPojo, CopyableBuilder<HashAlgorithmOptions.Builder,HashAlgorithmOptions>
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithmOptions.Builder |
allowedValues(Collection<HashAlgorithm> allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
|
HashAlgorithmOptions.Builder |
allowedValues(HashAlgorithm... allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
|
HashAlgorithmOptions.Builder |
allowedValuesWithStrings(Collection<String> allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
|
HashAlgorithmOptions.Builder |
allowedValuesWithStrings(String... allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
|
HashAlgorithmOptions.Builder |
defaultValue(HashAlgorithm defaultValue)
The default hash algorithm that is used in a code signing job.
|
HashAlgorithmOptions.Builder |
defaultValue(String defaultValue)
The default hash algorithm that is used in a code signing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHashAlgorithmOptions.Builder allowedValuesWithStrings(Collection<String> allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
allowedValues - The set of accepted hash algorithms allowed in a code signing job.HashAlgorithmOptions.Builder allowedValuesWithStrings(String... allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
allowedValues - The set of accepted hash algorithms allowed in a code signing job.HashAlgorithmOptions.Builder allowedValues(Collection<HashAlgorithm> allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
allowedValues - The set of accepted hash algorithms allowed in a code signing job.HashAlgorithmOptions.Builder allowedValues(HashAlgorithm... allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
allowedValues - The set of accepted hash algorithms allowed in a code signing job.HashAlgorithmOptions.Builder defaultValue(String defaultValue)
The default hash algorithm that is used in a code signing job.
defaultValue - The default hash algorithm that is used in a code signing job.HashAlgorithm,
HashAlgorithmHashAlgorithmOptions.Builder defaultValue(HashAlgorithm defaultValue)
The default hash algorithm that is used in a code signing job.
defaultValue - The default hash algorithm that is used in a code signing job.HashAlgorithm,
HashAlgorithmCopyright © 2023. All rights reserved.