Uses of Interface
software.amazon.awssdk.services.apigateway.model.ClientCertificate.Builder
Packages that use ClientCertificate.Builder
-
Uses of ClientCertificate.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ClientCertificate.BuilderModifier and TypeMethodDescriptionstatic ClientCertificate.BuilderClientCertificate.builder()ClientCertificate.Builder.clientCertificateId(String clientCertificateId) The identifier of the client certificate.ClientCertificate.Builder.createdDate(Instant createdDate) The timestamp when the client certificate was created.ClientCertificate.Builder.description(String description) The description of the client certificate.ClientCertificate.Builder.expirationDate(Instant 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 .The collection of tags.ClientCertificate.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ClientCertificate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ClientCertificate.Builder>ClientCertificate.serializableBuilderClass()