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 an AWS Signer job.
|
HashAlgorithmOptions.Builder |
allowedValues(HashAlgorithm... allowedValues)
The set of accepted hash algorithms allowed in an AWS Signer job.
|
HashAlgorithmOptions.Builder |
allowedValuesWithStrings(Collection<String> allowedValues)
The set of accepted hash algorithms allowed in an AWS Signer job.
|
HashAlgorithmOptions.Builder |
allowedValuesWithStrings(String... allowedValues)
The set of accepted hash algorithms allowed in an AWS Signer job.
|
HashAlgorithmOptions.Builder |
defaultValue(HashAlgorithm defaultValue)
The default hash algorithm that is used in an AWS Signer job.
|
HashAlgorithmOptions.Builder |
defaultValue(String defaultValue)
The default hash algorithm that is used in an AWS Signer job.
|
copyapplyMutation, buildHashAlgorithmOptions.Builder allowedValuesWithStrings(Collection<String> allowedValues)
The set of accepted hash algorithms allowed in an AWS Signer job.
allowedValues - The set of accepted hash algorithms allowed in an AWS Signer job.HashAlgorithmOptions.Builder allowedValuesWithStrings(String... allowedValues)
The set of accepted hash algorithms allowed in an AWS Signer job.
allowedValues - The set of accepted hash algorithms allowed in an AWS Signer job.HashAlgorithmOptions.Builder allowedValues(Collection<HashAlgorithm> allowedValues)
The set of accepted hash algorithms allowed in an AWS Signer job.
allowedValues - The set of accepted hash algorithms allowed in an AWS Signer job.HashAlgorithmOptions.Builder allowedValues(HashAlgorithm... allowedValues)
The set of accepted hash algorithms allowed in an AWS Signer job.
allowedValues - The set of accepted hash algorithms allowed in an AWS Signer job.HashAlgorithmOptions.Builder defaultValue(String defaultValue)
The default hash algorithm that is used in an AWS Signer job.
defaultValue - The default hash algorithm that is used in an AWS Signer job.HashAlgorithm,
HashAlgorithmHashAlgorithmOptions.Builder defaultValue(HashAlgorithm defaultValue)
The default hash algorithm that is used in an AWS Signer job.
defaultValue - The default hash algorithm that is used in an AWS Signer job.HashAlgorithm,
HashAlgorithmCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.