@Generated(value="software.amazon.awssdk:codegen") public final class CustomCodeSigning extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomCodeSigning.Builder,CustomCodeSigning>
Describes a custom method used to code sign a file.
Modifier and Type | Class and Description |
---|---|
static interface |
CustomCodeSigning.Builder |
Modifier and Type | Method and Description |
---|---|
static CustomCodeSigning.Builder |
builder() |
CodeSigningCertificateChain |
certificateChain()
The certificate chain.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
hashAlgorithm()
The hash algorithm used to code sign the file.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomCodeSigning.Builder> |
serializableBuilderClass() |
CodeSigningSignature |
signature()
The signature for the file.
|
String |
signatureAlgorithm()
The signature algorithm used to code sign the file.
|
CustomCodeSigning.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public CodeSigningSignature signature()
The signature for the file.
public CodeSigningCertificateChain certificateChain()
The certificate chain.
public String hashAlgorithm()
The hash algorithm used to code sign the file.
public String signatureAlgorithm()
The signature algorithm used to code sign the file.
public CustomCodeSigning.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CustomCodeSigning.Builder,CustomCodeSigning>
public static CustomCodeSigning.Builder builder()
public static Class<? extends CustomCodeSigning.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.