public static interface SigningConfiguration.Builder extends SdkPojo, CopyableBuilder<SigningConfiguration.Builder,SigningConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SigningConfiguration.Builder |
encryptionAlgorithmOptions(Consumer<EncryptionAlgorithmOptions.Builder> encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code signing job.
|
SigningConfiguration.Builder |
encryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code signing job.
|
default SigningConfiguration.Builder |
hashAlgorithmOptions(Consumer<HashAlgorithmOptions.Builder> hashAlgorithmOptions)
The hash algorithm options that are available for a code signing job.
|
SigningConfiguration.Builder |
hashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code signing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningConfiguration.Builder encryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code signing job.
encryptionAlgorithmOptions - The encryption algorithm options that are available for a code signing job.default SigningConfiguration.Builder encryptionAlgorithmOptions(Consumer<EncryptionAlgorithmOptions.Builder> encryptionAlgorithmOptions)
The encryption algorithm options that are available for a code signing job.
This is a convenience method that creates an instance of theEncryptionAlgorithmOptions.Builder
avoiding the need to create one manually via EncryptionAlgorithmOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionAlgorithmOptions(EncryptionAlgorithmOptions).
encryptionAlgorithmOptions - a consumer that will call methods on EncryptionAlgorithmOptions.BuilderencryptionAlgorithmOptions(EncryptionAlgorithmOptions)SigningConfiguration.Builder hashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code signing job.
hashAlgorithmOptions - The hash algorithm options that are available for a code signing job.default SigningConfiguration.Builder hashAlgorithmOptions(Consumer<HashAlgorithmOptions.Builder> hashAlgorithmOptions)
The hash algorithm options that are available for a code signing job.
This is a convenience method that creates an instance of theHashAlgorithmOptions.Builder avoiding
the need to create one manually via HashAlgorithmOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to hashAlgorithmOptions(HashAlgorithmOptions).
hashAlgorithmOptions - a consumer that will call methods on HashAlgorithmOptions.BuilderhashAlgorithmOptions(HashAlgorithmOptions)Copyright © 2023. All rights reserved.