CopyableBuilder<SigningCertificate.Builder,SigningCertificate>, SdkBuilder<SigningCertificate.Builder,SigningCertificate>public static interface SigningCertificate.Builder extends CopyableBuilder<SigningCertificate.Builder,SigningCertificate>
| Modifier and Type | Method | Description |
|---|---|---|
SigningCertificate.Builder |
certificateBody(String certificateBody) |
The contents of the signing certificate.
|
SigningCertificate.Builder |
certificateId(String certificateId) |
The ID for the signing certificate.
|
SigningCertificate.Builder |
status(String status) |
The status of the signing certificate.
|
SigningCertificate.Builder |
status(StatusType status) |
The status of the signing certificate.
|
SigningCertificate.Builder |
uploadDate(Date uploadDate) |
The date when the signing certificate was uploaded.
|
SigningCertificate.Builder |
userName(String userName) |
The name of the user the signing certificate is associated with.
|
copyapply, buildSigningCertificate.Builder userName(String userName)
The name of the user the signing certificate is associated with.
userName - The name of the user the signing certificate is associated with.SigningCertificate.Builder certificateId(String certificateId)
The ID for the signing certificate.
certificateId - The ID for the signing certificate.SigningCertificate.Builder certificateBody(String certificateBody)
The contents of the signing certificate.
certificateBody - The contents of the signing certificate.SigningCertificate.Builder status(String status)
The status of the signing certificate. Active means the key is valid for API calls, while
Inactive means it is not.
status - The status of the signing certificate. Active means the key is valid for API calls, while
Inactive means it is not.StatusTypeSigningCertificate.Builder status(StatusType status)
The status of the signing certificate. Active means the key is valid for API calls, while
Inactive means it is not.
status - The status of the signing certificate. Active means the key is valid for API calls, while
Inactive means it is not.StatusTypeSigningCertificate.Builder uploadDate(Date uploadDate)
The date when the signing certificate was uploaded.
uploadDate - The date when the signing certificate was uploaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.