ToCopyableBuilder<SigningCertificate.Builder,SigningCertificate>
@Generated("software.amazon.awssdk:codegen") public class SigningCertificate extends Object implements ToCopyableBuilder<SigningCertificate.Builder,SigningCertificate>
Contains information about an X.509 signing certificate.
This data type is used as a response element in the UploadSigningCertificate and ListSigningCertificates actions.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SigningCertificate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SigningCertificate.Builder |
builder() |
|
String |
certificateBody() |
The contents of the signing certificate.
|
String |
certificateId() |
The ID for the signing certificate.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends SigningCertificate.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the signing certificate.
|
SigningCertificate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
uploadDate() |
The date when the signing certificate was uploaded.
|
String |
userName() |
The name of the user the signing certificate is associated with.
|
public String userName()
The name of the user the signing certificate is associated with.
public String certificateId()
The ID for the signing certificate.
public String certificateBody()
The contents of the signing certificate.
public String status()
The status of the signing certificate. Active
means the key is valid for API calls, while
Inactive
means it is not.
Active
means the key is valid for API calls, while
Inactive
means it is not.StatusType
public Date uploadDate()
The date when the signing certificate was uploaded.
public SigningCertificate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SigningCertificate.Builder,SigningCertificate>
public static SigningCertificate.Builder builder()
public static Class<? extends SigningCertificate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.