Interface SigningConfigurationOverrides.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>, SdkBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>, SdkPojo
Enclosing class:
SigningConfigurationOverrides

public static interface SigningConfigurationOverrides.Builder extends SdkPojo, CopyableBuilder<SigningConfigurationOverrides.Builder,SigningConfigurationOverrides>
  • Method Details

    • encryptionAlgorithm

      SigningConfigurationOverrides.Builder encryptionAlgorithm(String 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

      SigningConfigurationOverrides.Builder encryptionAlgorithm(EncryptionAlgorithm 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

      SigningConfigurationOverrides.Builder hashAlgorithm(String 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: