CopyableBuilder<ClientCertificate.Builder,ClientCertificate>
, SdkBuilder<ClientCertificate.Builder,ClientCertificate>
public static interface ClientCertificate.Builder extends CopyableBuilder<ClientCertificate.Builder,ClientCertificate>
Modifier and Type | Method | Description |
---|---|---|
ClientCertificate.Builder |
clientCertificateId(String clientCertificateId) |
The identifier of the client certificate.
|
ClientCertificate.Builder |
createdDate(Date createdDate) |
The timestamp when the client certificate was created.
|
ClientCertificate.Builder |
description(String description) |
The description of the client certificate.
|
ClientCertificate.Builder |
expirationDate(Date expirationDate) |
The timestamp when the client certificate will expire.
|
ClientCertificate.Builder |
pemEncodedCertificate(String pemEncodedCertificate) |
The PEM-encoded public key of the client certificate, which can be used to configure certificate
authentication in the integration endpoint .
|
copy
apply, build
ClientCertificate.Builder clientCertificateId(String clientCertificateId)
The identifier of the client certificate.
clientCertificateId
- The identifier of the client certificate.ClientCertificate.Builder description(String description)
The description of the client certificate.
description
- The description of the client certificate.ClientCertificate.Builder pemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate
- The PEM-encoded public key of the client certificate, which can be used to configure certificate
authentication in the integration endpoint .ClientCertificate.Builder createdDate(Date createdDate)
The timestamp when the client certificate was created.
createdDate
- The timestamp when the client certificate was created.ClientCertificate.Builder expirationDate(Date expirationDate)
The timestamp when the client certificate will expire.
expirationDate
- The timestamp when the client certificate will expire.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.