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 an AWS Signer job. 
 | 
EncryptionAlgorithmOptions.Builder | 
allowedValues(EncryptionAlgorithm... allowedValues)
 The set of accepted encryption algorithms that are allowed in an AWS Signer job. 
 | 
EncryptionAlgorithmOptions.Builder | 
allowedValuesWithStrings(Collection<String> allowedValues)
 The set of accepted encryption algorithms that are allowed in an AWS Signer job. 
 | 
EncryptionAlgorithmOptions.Builder | 
allowedValuesWithStrings(String... allowedValues)
 The set of accepted encryption algorithms that are allowed in an AWS Signer job. 
 | 
EncryptionAlgorithmOptions.Builder | 
defaultValue(EncryptionAlgorithm defaultValue)
 The default encryption algorithm that is used by an AWS Signer job. 
 | 
EncryptionAlgorithmOptions.Builder | 
defaultValue(String defaultValue)
 The default encryption algorithm that is used by an AWS Signer job. 
 | 
copyapplyMutation, buildEncryptionAlgorithmOptions.Builder allowedValuesWithStrings(Collection<String> allowedValues)
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
allowedValues - The set of accepted encryption algorithms that are allowed in an AWS Signer job.EncryptionAlgorithmOptions.Builder allowedValuesWithStrings(String... allowedValues)
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
allowedValues - The set of accepted encryption algorithms that are allowed in an AWS Signer job.EncryptionAlgorithmOptions.Builder allowedValues(Collection<EncryptionAlgorithm> allowedValues)
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
allowedValues - The set of accepted encryption algorithms that are allowed in an AWS Signer job.EncryptionAlgorithmOptions.Builder allowedValues(EncryptionAlgorithm... allowedValues)
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
allowedValues - The set of accepted encryption algorithms that are allowed in an AWS Signer job.EncryptionAlgorithmOptions.Builder defaultValue(String defaultValue)
The default encryption algorithm that is used by an AWS Signer job.
defaultValue - The default encryption algorithm that is used by an AWS Signer job.EncryptionAlgorithm, 
EncryptionAlgorithmEncryptionAlgorithmOptions.Builder defaultValue(EncryptionAlgorithm defaultValue)
The default encryption algorithm that is used by an AWS Signer job.
defaultValue - The default encryption algorithm that is used by an AWS Signer job.EncryptionAlgorithm, 
EncryptionAlgorithmCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.