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.
|
copy
applyMutation, build
HashAlgorithmOptions.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
,
HashAlgorithm
HashAlgorithmOptions.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
,
HashAlgorithm
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.