@Generated(value="software.amazon.awssdk:codegen") public final class EncryptionAlgorithmOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionAlgorithmOptions.Builder,EncryptionAlgorithmOptions>
The encryption algorithm options that are available to an AWS Signer job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptionAlgorithmOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<EncryptionAlgorithm> |
allowedValues()
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
|
List<String> |
allowedValuesAsStrings()
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
|
static EncryptionAlgorithmOptions.Builder |
builder() |
EncryptionAlgorithm |
defaultValue()
The default encryption algorithm that is used by an AWS Signer job.
|
String |
defaultValueAsString()
The default encryption algorithm that is used by an AWS Signer job.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionAlgorithmOptions.Builder> |
serializableBuilderClass() |
EncryptionAlgorithmOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic List<EncryptionAlgorithm> allowedValues()
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> allowedValuesAsStrings()
The set of accepted encryption algorithms that are allowed in an AWS Signer job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EncryptionAlgorithm defaultValue()
The default encryption algorithm that is used by an AWS Signer job.
If the service returns an enum value that is not available in the current SDK version, defaultValue will
return EncryptionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from defaultValueAsString().
EncryptionAlgorithmpublic String defaultValueAsString()
The default encryption algorithm that is used by an AWS Signer job.
If the service returns an enum value that is not available in the current SDK version, defaultValue will
return EncryptionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from defaultValueAsString().
EncryptionAlgorithmpublic EncryptionAlgorithmOptions.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<EncryptionAlgorithmOptions.Builder,EncryptionAlgorithmOptions>public static EncryptionAlgorithmOptions.Builder builder()
public static Class<? extends EncryptionAlgorithmOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.