public static interface SigningPlatformOverrides.Builder extends SdkPojo, CopyableBuilder<SigningPlatformOverrides.Builder,SigningPlatformOverrides>
| Modifier and Type | Method and Description |
|---|---|
default SigningPlatformOverrides.Builder |
signingConfiguration(Consumer<SigningConfigurationOverrides.Builder> signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
|
SigningPlatformOverrides.Builder |
signingConfiguration(SigningConfigurationOverrides signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
|
SigningPlatformOverrides.Builder |
signingImageFormat(ImageFormat signingImageFormat)
A signed image is a JSON object.
|
SigningPlatformOverrides.Builder |
signingImageFormat(String signingImageFormat)
A signed image is a JSON object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigningPlatformOverrides.Builder signingConfiguration(SigningConfigurationOverrides signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
signingConfiguration - A signing configuration that overrides the default encryption or hash algorithm of a signing job.default SigningPlatformOverrides.Builder signingConfiguration(Consumer<SigningConfigurationOverrides.Builder> signingConfiguration)
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
This is a convenience that creates an instance of theSigningConfigurationOverrides.Builder avoiding
the need to create one manually via SigningConfigurationOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to signingConfiguration(SigningConfigurationOverrides).signingConfiguration - a consumer that will call methods on SigningConfigurationOverrides.BuildersigningConfiguration(SigningConfigurationOverrides)SigningPlatformOverrides.Builder signingImageFormat(String signingImageFormat)
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can
select either of two signing formats, JSONEmbedded or JSONDetached. (A third format
value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has
the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing
image.
signingImageFormat - A signed image is a JSON object. When overriding the default signing platform configuration, a
customer can select either of two signing formats, JSONEmbedded or
JSONDetached. (A third format value, JSON, is reserved for future use.) With
JSONEmbedded, the signing image has the payload embedded in it. With
JSONDetached, the payload is not be embedded in the signing image.ImageFormat,
ImageFormatSigningPlatformOverrides.Builder signingImageFormat(ImageFormat signingImageFormat)
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can
select either of two signing formats, JSONEmbedded or JSONDetached. (A third format
value, JSON, is reserved for future use.) With JSONEmbedded, the signing image has
the payload embedded in it. With JSONDetached, the payload is not be embedded in the signing
image.
signingImageFormat - A signed image is a JSON object. When overriding the default signing platform configuration, a
customer can select either of two signing formats, JSONEmbedded or
JSONDetached. (A third format value, JSON, is reserved for future use.) With
JSONEmbedded, the signing image has the payload embedded in it. With
JSONDetached, the payload is not be embedded in the signing image.ImageFormat,
ImageFormatCopyright © 2022. All rights reserved.