public static interface UpdateClientCertificateResponse.Builder extends ApiGatewayResponse.Builder, CopyableBuilder<UpdateClientCertificateResponse.Builder,UpdateClientCertificateResponse>
Modifier and Type | Method and Description |
---|---|
UpdateClientCertificateResponse.Builder |
clientCertificateId(String clientCertificateId)
The identifier of the client certificate.
|
UpdateClientCertificateResponse.Builder |
createdDate(Instant createdDate)
The timestamp when the client certificate was created.
|
UpdateClientCertificateResponse.Builder |
description(String description)
The description of the client certificate.
|
UpdateClientCertificateResponse.Builder |
expirationDate(Instant expirationDate)
The timestamp when the client certificate will expire.
|
UpdateClientCertificateResponse.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 .
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateClientCertificateResponse.Builder clientCertificateId(String clientCertificateId)
The identifier of the client certificate.
clientCertificateId
- The identifier of the client certificate.UpdateClientCertificateResponse.Builder description(String description)
The description of the client certificate.
description
- The description of the client certificate.UpdateClientCertificateResponse.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 .UpdateClientCertificateResponse.Builder createdDate(Instant createdDate)
The timestamp when the client certificate was created.
createdDate
- The timestamp when the client certificate was created.UpdateClientCertificateResponse.Builder expirationDate(Instant 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.