Interface SigningConfigurationOverrides.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningConfigurationOverrides.Builder,,SigningConfigurationOverrides> SdkBuilder<SigningConfigurationOverrides.Builder,,SigningConfigurationOverrides> SdkPojo
- Enclosing class:
SigningConfigurationOverrides
@Mutable
@NotThreadSafe
public static interface SigningConfigurationOverrides.Builder
extends SdkPojo, CopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionAlgorithm(String encryptionAlgorithm) A specified override of the default encryption algorithm that is used in a code-signing job.encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm) A specified override of the default encryption algorithm that is used in a code-signing job.hashAlgorithm(String hashAlgorithm) A specified override of the default hash algorithm that is used in a code-signing job.hashAlgorithm(HashAlgorithm hashAlgorithm) A specified override of the default hash algorithm that is used in a code-signing job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
encryptionAlgorithm
A specified override of the default encryption algorithm that is used in a code-signing job.
- Parameters:
encryptionAlgorithm- A specified override of the default encryption algorithm that is used in a code-signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionAlgorithm
A specified override of the default encryption algorithm that is used in a code-signing job.
- Parameters:
encryptionAlgorithm- A specified override of the default encryption algorithm that is used in a code-signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hashAlgorithm
A specified override of the default hash algorithm that is used in a code-signing job.
- Parameters:
hashAlgorithm- A specified override of the default hash algorithm that is used in a code-signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hashAlgorithm
A specified override of the default hash algorithm that is used in a code-signing job.
- Parameters:
hashAlgorithm- A specified override of the default hash algorithm that is used in a code-signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-