@Generated(value="software.amazon.awssdk:codegen") public final class ClientCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientCertificate.Builder,ClientCertificate>
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
Modifier and Type | Class and Description |
---|---|
static interface |
ClientCertificate.Builder |
Modifier and Type | Method and Description |
---|---|
static ClientCertificate.Builder |
builder() |
String |
clientCertificateId()
The identifier of the client certificate.
|
Instant |
createdDate()
The timestamp when the client certificate was created.
|
String |
description()
The description of the client certificate.
|
boolean |
equals(Object obj) |
Instant |
expirationDate()
The timestamp when the client certificate will expire.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pemEncodedCertificate()
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication
in the integration endpoint .
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClientCertificate.Builder> |
serializableBuilderClass() |
ClientCertificate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String clientCertificateId()
The identifier of the client certificate.
public String description()
The description of the client certificate.
public String pemEncodedCertificate()
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
public Instant createdDate()
The timestamp when the client certificate was created.
public Instant expirationDate()
The timestamp when the client certificate will expire.
public ClientCertificate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClientCertificate.Builder,ClientCertificate>
public static ClientCertificate.Builder builder()
public static Class<? extends ClientCertificate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.