@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 a code signing job.
|
String |
encryptionAlgorithmAsString()
A specified override of the default encryption algorithm that is used in a code signing job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 a code signing job.
|
String |
hashAlgorithmAsString()
A specified override of the default hash algorithm that is used in a code signing job.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningConfigurationOverrides.Builder> |
serializableBuilderClass() |
SigningConfigurationOverrides.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic EncryptionAlgorithm encryptionAlgorithm()
A specified override of the default encryption algorithm that is used in a code signing 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 a code signing 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 a code signing 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 a code signing 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()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.