public static interface SigningCertificate.Builder extends CopyableBuilder<SigningCertificate.Builder,SigningCertificate>
Modifier and Type | Method and 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(StatusType status)
The status of the signing certificate.
|
SigningCertificate.Builder |
status(String status)
The status of the signing certificate.
|
SigningCertificate.Builder |
uploadDate(Instant 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.
|
copy
applyMutation, build
SigningCertificate.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.StatusType
,
StatusType
SigningCertificate.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.StatusType
,
StatusType
SigningCertificate.Builder uploadDate(Instant 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.