@Generated(value="software.amazon.awssdk:codegen") public final class SigningPlatformOverrides extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningPlatformOverrides.Builder,SigningPlatformOverrides>
Any overrides that are applied to the signing configuration of a code signing platform.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SigningPlatformOverrides.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SigningPlatformOverrides.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningPlatformOverrides.Builder> |
serializableBuilderClass() |
SigningConfigurationOverrides |
signingConfiguration()
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
|
ImageFormat |
signingImageFormat()
A signed image is a JSON object.
|
String |
signingImageFormatAsString()
A signed image is a JSON object.
|
SigningPlatformOverrides.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic SigningConfigurationOverrides signingConfiguration()
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
public 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.
If the service returns an enum value that is not available in the current SDK version,
signingImageFormat will return ImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from signingImageFormatAsString().
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.ImageFormatpublic String signingImageFormatAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
signingImageFormat will return ImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from signingImageFormatAsString().
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.ImageFormatpublic SigningPlatformOverrides.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SigningPlatformOverrides.Builder,SigningPlatformOverrides>public static SigningPlatformOverrides.Builder builder()
public static Class<? extends SigningPlatformOverrides.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.