@Generated(value="software.amazon.awssdk:codegen") public final class Certificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Certificate.Builder,Certificate>
A CA certificate for an Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
Certificate.Builder |
Modifier and Type | Method and Description |
---|---|
static Certificate.Builder |
builder() |
String |
certificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
String |
certificateIdentifier()
The unique key that identifies a certificate.
|
String |
certificateType()
The type of the certificate.
|
Boolean |
customerOverride()
Whether there is an override for the default certificate identifier.
|
Instant |
customerOverrideValidTill()
If there is an override for the default certificate identifier, when the override expires.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Certificate.Builder> |
serializableBuilderClass() |
String |
thumbprint()
The thumbprint of the certificate.
|
Certificate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
validFrom()
The starting date from which the certificate is valid.
|
Instant |
validTill()
The final date that the certificate continues to be valid.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String certificateIdentifier()
The unique key that identifies a certificate.
public final String certificateType()
The type of the certificate.
public final String thumbprint()
The thumbprint of the certificate.
public final Instant validFrom()
The starting date from which the certificate is valid.
public final Instant validTill()
The final date that the certificate continues to be valid.
public final String certificateArn()
The Amazon Resource Name (ARN) for the certificate.
public final Boolean customerOverride()
Whether there is an override for the default certificate identifier.
public final Instant customerOverrideValidTill()
If there is an override for the default certificate identifier, when the override expires.
public Certificate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Certificate.Builder,Certificate>
public static Certificate.Builder builder()
public static Class<? extends Certificate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.