public static interface UpdateClientCertificateResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, 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 .
|
UpdateClientCertificateResponse.Builder |
tags(Map<String,String> tags)
The collection of tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateClientCertificateResponse.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.UpdateClientCertificateResponse.Builder tags(Map<String,String> tags)
The collection of tags. Each tag element is associated with a given resource.
tags - The collection of tags. Each tag element is associated with a given resource.Copyright © 2023. All rights reserved.