@Generated(value="software.amazon.awssdk:codegen") public final class StartSigningJobParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartSigningJobParameter.Builder,StartSigningJobParameter>
Information required to start a signing job.
Modifier and Type | Class and Description |
---|---|
static interface |
StartSigningJobParameter.Builder |
Modifier and Type | Method and Description |
---|---|
static StartSigningJobParameter.Builder |
builder() |
Destination |
destination()
The location to write the code-signed file.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartSigningJobParameter.Builder> |
serializableBuilderClass() |
String |
signingProfileName()
The code-signing profile name.
|
SigningProfileParameter |
signingProfileParameter()
Describes the code-signing profile.
|
StartSigningJobParameter.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public SigningProfileParameter signingProfileParameter()
Describes the code-signing profile.
public String signingProfileName()
The code-signing profile name.
public Destination destination()
The location to write the code-signed file.
public StartSigningJobParameter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartSigningJobParameter.Builder,StartSigningJobParameter>
public static StartSigningJobParameter.Builder builder()
public static Class<? extends StartSigningJobParameter.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.