@Generated(value="software.amazon.awssdk:codegen") public final class SigningProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningProfile.Builder,SigningProfile>
Contains information about the ACM certificates and AWS Signer configuration parameters that can be used by a given AWS Signer user.
Modifier and Type | Class and Description |
---|---|
static interface |
SigningProfile.Builder |
Modifier and Type | Method and Description |
---|---|
static SigningProfile.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
platformId()
The ID of a platform that is available for use by a signing profile.
|
String |
profileName()
The name of the AWS Signer profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningProfile.Builder> |
serializableBuilderClass() |
SigningMaterial |
signingMaterial()
The ACM certificate that is available for use by a signing profile.
|
Map<String,String> |
signingParameters()
The parameters that are available for use by an AWS Signer user.
|
SigningProfileStatus |
status()
The status of an AWS Signer profile.
|
String |
statusAsString()
The status of an AWS Signer profile.
|
SigningProfile.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 profileName()
The name of the AWS Signer profile.
public SigningMaterial signingMaterial()
The ACM certificate that is available for use by a signing profile.
public String platformId()
The ID of a platform that is available for use by a signing profile.
public Map<String,String> signingParameters()
The parameters that are available for use by an AWS Signer user.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SigningProfileStatus status()
The status of an AWS Signer profile.
If the service returns an enum value that is not available in the current SDK version, status
will
return SigningProfileStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
SigningProfileStatus
public String statusAsString()
The status of an AWS Signer profile.
If the service returns an enum value that is not available in the current SDK version, status
will
return SigningProfileStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
SigningProfileStatus
public SigningProfile.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SigningProfile.Builder,SigningProfile>
public static SigningProfile.Builder builder()
public static Class<? extends SigningProfile.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.