Class SigningPlatformOverrides
- java.lang.Object
-
- software.amazon.awssdk.services.signer.model.SigningPlatformOverrides
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SigningPlatformOverrides.Builder,SigningPlatformOverrides>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSigningPlatformOverrides.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SigningPlatformOverrides.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SigningPlatformOverrides.Builder>serializableBuilderClass()SigningConfigurationOverridessigningConfiguration()A signing configuration that overrides the default encryption or hash algorithm of a signing job.ImageFormatsigningImageFormat()A signed image is a JSON object.StringsigningImageFormatAsString()A signed image is a JSON object.SigningPlatformOverrides.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
signingConfiguration
public final SigningConfigurationOverrides signingConfiguration()
A signing configuration that overrides the default encryption or hash algorithm of a signing job.
- Returns:
- A signing configuration that overrides the default encryption or hash algorithm of a signing job.
-
signingImageFormat
public final 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,
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.If the service returns an enum value that is not available in the current SDK version,
signingImageFormatwill returnImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningImageFormatAsString().- Returns:
- 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. - See Also:
ImageFormat
-
signingImageFormatAsString
public final 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,
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.If the service returns an enum value that is not available in the current SDK version,
signingImageFormatwill returnImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningImageFormatAsString().- Returns:
- 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. - See Also:
ImageFormat
-
toBuilder
public SigningPlatformOverrides.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SigningPlatformOverrides.Builder,SigningPlatformOverrides>
-
builder
public static SigningPlatformOverrides.Builder builder()
-
serializableBuilderClass
public static Class<? extends SigningPlatformOverrides.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-