@Generated(value="software.amazon.awssdk:codegen") public final class SigningPlatform extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningPlatform.Builder,SigningPlatform>
Contains information about the signing configurations and parameters that are used to perform a code signing job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SigningPlatform.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SigningPlatform.Builder |
builder() |
Category |
category()
The category of a code signing platform.
|
String |
categoryAsString()
The category of a code signing platform.
|
String |
displayName()
The display name of a code signing platform.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxSizeInMB()
The maximum size (in MB) of code that can be signed by a code signing platform.
|
String |
partner()
Any partner entities linked to a code signing platform.
|
String |
platformId()
The ID of a code signing platform.
|
Boolean |
revocationSupported()
Indicates whether revocation is supported for the platform.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningPlatform.Builder> |
serializableBuilderClass() |
SigningConfiguration |
signingConfiguration()
The configuration of a code signing platform.
|
SigningImageFormat |
signingImageFormat()
Returns the value of the SigningImageFormat property for this object.
|
String |
target()
The types of targets that can be signed by a code signing platform.
|
SigningPlatform.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String platformId()
The ID of a code signing platform.
public final String displayName()
The display name of a code signing platform.
public final String partner()
Any partner entities linked to a code signing platform.
public final String target()
The types of targets that can be signed by a code signing platform.
public final Category category()
The category of a code signing platform.
If the service returns an enum value that is not available in the current SDK version, category will
return Category.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
Categorypublic final String categoryAsString()
The category of a code signing platform.
If the service returns an enum value that is not available in the current SDK version, category will
return Category.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
Categorypublic final SigningConfiguration signingConfiguration()
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
public final SigningImageFormat signingImageFormat()
public final Integer maxSizeInMB()
The maximum size (in MB) of code that can be signed by a code signing platform.
public final Boolean revocationSupported()
Indicates whether revocation is supported for the platform.
public SigningPlatform.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SigningPlatform.Builder,SigningPlatform>public static SigningPlatform.Builder builder()
public static Class<? extends SigningPlatform.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.