Class SigningConfigurationOverrides
- java.lang.Object
-
- software.amazon.awssdk.services.signer.model.SigningConfigurationOverrides
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSigningConfigurationOverrides.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SigningConfigurationOverrides.Builderbuilder()EncryptionAlgorithmencryptionAlgorithm()A specified override of the default encryption algorithm that is used in a code-signing job.StringencryptionAlgorithmAsString()A specified override of the default encryption algorithm that is used in a code-signing job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)HashAlgorithmhashAlgorithm()A specified override of the default hash algorithm that is used in a code-signing job.StringhashAlgorithmAsString()A specified override of the default hash algorithm that is used in a code-signing job.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SigningConfigurationOverrides.Builder>serializableBuilderClass()SigningConfigurationOverrides.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
encryptionAlgorithm
public final 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,
encryptionAlgorithmwill returnEncryptionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionAlgorithmAsString().- Returns:
- A specified override of the default encryption algorithm that is used in a code-signing job.
- See Also:
EncryptionAlgorithm
-
encryptionAlgorithmAsString
public final 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,
encryptionAlgorithmwill returnEncryptionAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionAlgorithmAsString().- Returns:
- A specified override of the default encryption algorithm that is used in a code-signing job.
- See Also:
EncryptionAlgorithm
-
hashAlgorithm
public final 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,
hashAlgorithmwill returnHashAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhashAlgorithmAsString().- Returns:
- A specified override of the default hash algorithm that is used in a code-signing job.
- See Also:
HashAlgorithm
-
hashAlgorithmAsString
public final 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,
hashAlgorithmwill returnHashAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhashAlgorithmAsString().- Returns:
- A specified override of the default hash algorithm that is used in a code-signing job.
- See Also:
HashAlgorithm
-
toBuilder
public SigningConfigurationOverrides.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>
-
builder
public static SigningConfigurationOverrides.Builder builder()
-
serializableBuilderClass
public static Class<? extends SigningConfigurationOverrides.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-