Interface SigningPlatformOverrides.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningPlatformOverrides.Builder,,SigningPlatformOverrides> SdkBuilder<SigningPlatformOverrides.Builder,,SigningPlatformOverrides> SdkPojo
- Enclosing class:
SigningPlatformOverrides
-
Method Summary
Modifier and TypeMethodDescriptiondefault SigningPlatformOverrides.BuildersigningConfiguration(Consumer<SigningConfigurationOverrides.Builder> signingConfiguration) A signing configuration that overrides the default encryption or hash algorithm of a signing job.signingConfiguration(SigningConfigurationOverrides signingConfiguration) A signing configuration that overrides the default encryption or hash algorithm of a signing job.signingImageFormat(String signingImageFormat) A signed image is a JSON object.signingImageFormat(ImageFormat signingImageFormat) A signed image is a JSON object.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
-
signingConfiguration
SigningPlatformOverrides.Builder signingConfiguration(SigningConfigurationOverrides signingConfiguration) A signing configuration that overrides the default encryption or hash algorithm of a signing job.
- Parameters:
signingConfiguration- A signing configuration that overrides the default encryption or hash algorithm of a signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingConfiguration
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 method that creates an instance of theSigningConfigurationOverrides.Builderavoiding the need to create one manually viaSigningConfigurationOverrides.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosigningConfiguration(SigningConfigurationOverrides).- Parameters:
signingConfiguration- a consumer that will call methods onSigningConfigurationOverrides.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signingImageFormat
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats,
JSONEmbeddedorJSONDetached. (A third format value,JSON, is reserved for future use.) WithJSONEmbedded, the signing image has the payload embedded in it. WithJSONDetached, the payload is not be embedded in the signing image.- Parameters:
signingImageFormat- A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats,JSONEmbeddedorJSONDetached. (A third format value,JSON, is reserved for future use.) WithJSONEmbedded, the signing image has the payload embedded in it. WithJSONDetached, the payload is not be embedded in the signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signingImageFormat
A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats,
JSONEmbeddedorJSONDetached. (A third format value,JSON, is reserved for future use.) WithJSONEmbedded, the signing image has the payload embedded in it. WithJSONDetached, the payload is not be embedded in the signing image.- Parameters:
signingImageFormat- A signed image is a JSON object. When overriding the default signing platform configuration, a customer can select either of two signing formats,JSONEmbeddedorJSONDetached. (A third format value,JSON, is reserved for future use.) WithJSONEmbedded, the signing image has the payload embedded in it. WithJSONDetached, the payload is not be embedded in the signing image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-