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 an AWS Signer job.
|
SigningConfiguration.Builder |
encryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
|
default SigningConfiguration.Builder |
hashAlgorithmOptions(Consumer<HashAlgorithmOptions.Builder> hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
|
SigningConfiguration.Builder |
hashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
|
copy
applyMutation, build
SigningConfiguration.Builder encryptionAlgorithmOptions(EncryptionAlgorithmOptions encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
encryptionAlgorithmOptions
- The encryption algorithm options that are available for an AWS Signer job.default SigningConfiguration.Builder encryptionAlgorithmOptions(Consumer<EncryptionAlgorithmOptions.Builder> encryptionAlgorithmOptions)
The encryption algorithm options that are available for an AWS Signer job.
This is a convenience 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.Builder
encryptionAlgorithmOptions(EncryptionAlgorithmOptions)
SigningConfiguration.Builder hashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
hashAlgorithmOptions
- The hash algorithm options that are available for an AWS Signer job.default SigningConfiguration.Builder hashAlgorithmOptions(Consumer<HashAlgorithmOptions.Builder> hashAlgorithmOptions)
The hash algorithm options that are available for an AWS Signer job.
This is a convenience 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.Builder
hashAlgorithmOptions(HashAlgorithmOptions)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.