@Generated(value="software.amazon.awssdk:codegen") public final class Certificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Certificate.Builder,Certificate>
A certificate authority (CA) certificate for an Amazon Web Services account.
| 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 |
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-time from which the certificate is valid.
|
Instant |
validTill()
The date-time after which the certificate is no longer valid.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String certificateIdentifier()
The unique key that identifies a certificate.
Example: rds-ca-2019
Example: rds-ca-2019
public final String certificateType()
The type of the certificate.
Example: CA
Example: CA
public final String thumbprint()
The thumbprint of the certificate.
public final Instant validFrom()
The starting date-time from which the certificate is valid.
Example: 2019-07-31T17:57:09Z
Example: 2019-07-31T17:57:09Z
public final Instant validTill()
The date-time after which the certificate is no longer valid.
Example: 2024-07-31T17:57:09Z
Example: 2024-07-31T17:57:09Z
public final String certificateArn()
The Amazon Resource Name (ARN) for the certificate.
Example: arn:aws:rds:us-east-1::cert:rds-ca-2019
Example: arn:aws:rds:us-east-1::cert:rds-ca-2019
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 SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.