@Generated(value="software.amazon.awssdk:codegen") public final class SigningConfigurationOverrides extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SigningConfigurationOverrides.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SigningConfigurationOverrides.Builder |
builder() |
EncryptionAlgorithm |
encryptionAlgorithm()
A specified override of the default encryption algorithm that is used in an AWS Signer job.
|
String |
encryptionAlgorithmAsString()
A specified override of the default encryption algorithm that is used in an AWS Signer job.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
HashAlgorithm |
hashAlgorithm()
A specified override of the default hash algorithm that is used in an AWS Signer job.
|
String |
hashAlgorithmAsString()
A specified override of the default hash algorithm that is used in an AWS Signer job.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningConfigurationOverrides.Builder> |
serializableBuilderClass() |
SigningConfigurationOverrides.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic EncryptionAlgorithm encryptionAlgorithm()
A specified override of the default encryption algorithm that is used in an AWS Signer job.
If the service returns an enum value that is not available in the current SDK version,
encryptionAlgorithm will return EncryptionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from encryptionAlgorithmAsString().
EncryptionAlgorithmpublic String encryptionAlgorithmAsString()
A specified override of the default encryption algorithm that is used in an AWS Signer job.
If the service returns an enum value that is not available in the current SDK version,
encryptionAlgorithm will return EncryptionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from encryptionAlgorithmAsString().
EncryptionAlgorithmpublic HashAlgorithm hashAlgorithm()
A specified override of the default hash algorithm that is used in an AWS Signer job.
If the service returns an enum value that is not available in the current SDK version, hashAlgorithm
will return HashAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hashAlgorithmAsString().
HashAlgorithmpublic String hashAlgorithmAsString()
A specified override of the default hash algorithm that is used in an AWS Signer job.
If the service returns an enum value that is not available in the current SDK version, hashAlgorithm
will return HashAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hashAlgorithmAsString().
HashAlgorithmpublic SigningConfigurationOverrides.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>public static SigningConfigurationOverrides.Builder builder()
public static Class<? extends SigningConfigurationOverrides.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.