@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 is used to perform an AWS Signer 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 an AWS Signer platform.
|
String |
categoryAsString()
The category of an AWS Signer platform.
|
String |
displayName()
The display name of an AWS Signer platform.
|
boolean |
equals(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 AWS Signer platform.
|
String |
partner()
Any partner entities linked to an AWS Signer platform.
|
String |
platformId()
The ID of an AWS Signer platform.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningPlatform.Builder> |
serializableBuilderClass() |
SigningConfiguration |
signingConfiguration()
The configuration of an AWS Signer platform.
|
SigningImageFormat |
signingImageFormat()
The signing image format that is used by an AWS Signer platform.
|
String |
target()
The types of targets that can be signed by an AWS Signer platform.
|
SigningPlatform.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String platformId()
The ID of an AWS Signer platform.
public String displayName()
The display name of an AWS Signer platform.
public String partner()
Any partner entities linked to an AWS Signer platform.
public String target()
The types of targets that can be signed by an AWS Signer platform.
public Category category()
The category of an AWS Signer 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()
.
Category
public String categoryAsString()
The category of an AWS Signer 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()
.
Category
public SigningConfiguration signingConfiguration()
The configuration of an AWS Signer platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
public SigningImageFormat signingImageFormat()
The signing image format that is used by an AWS Signer platform.
public Integer maxSizeInMB()
The maximum size (in MB) of code that can be signed by a AWS Signer platform.
public SigningPlatform.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SigningPlatform.Builder,SigningPlatform>
public static SigningPlatform.Builder builder()
public static Class<? extends SigningPlatform.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.