Class Certificate
- java.lang.Object
-
- software.amazon.awssdk.services.docdb.model.Certificate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Certificate.Builder,Certificate>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCertificate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Certificate.Builderbuilder()StringcertificateArn()The Amazon Resource Name (ARN) for the certificate.StringcertificateIdentifier()The unique key that identifies a certificate.StringcertificateType()The type of the certificate.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Certificate.Builder>serializableBuilderClass()Stringthumbprint()The thumbprint of the certificate.Certificate.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantvalidFrom()The starting date-time from which the certificate is valid.InstantvalidTill()The date-time after which the certificate is no longer valid.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
certificateIdentifier
public final String certificateIdentifier()
The unique key that identifies a certificate.
Example:
rds-ca-2019- Returns:
- The unique key that identifies a certificate.
Example:
rds-ca-2019
-
certificateType
public final String certificateType()
The type of the certificate.
Example:
CA- Returns:
- The type of the certificate.
Example:
CA
-
thumbprint
public final String thumbprint()
The thumbprint of the certificate.
- Returns:
- The thumbprint of the certificate.
-
validFrom
public final Instant validFrom()
The starting date-time from which the certificate is valid.
Example:
2019-07-31T17:57:09Z- Returns:
- The starting date-time from which the certificate is valid.
Example:
2019-07-31T17:57:09Z
-
validTill
public final Instant validTill()
The date-time after which the certificate is no longer valid.
Example:
2024-07-31T17:57:09Z- Returns:
- The date-time after which the certificate is no longer valid.
Example:
2024-07-31T17:57:09Z
-
certificateArn
public final String certificateArn()
The Amazon Resource Name (ARN) for the certificate.
Example:
arn:aws:rds:us-east-1::cert:rds-ca-2019- Returns:
- The Amazon Resource Name (ARN) for the certificate.
Example:
arn:aws:rds:us-east-1::cert:rds-ca-2019
-
toBuilder
public Certificate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Certificate.Builder,Certificate>
-
builder
public static Certificate.Builder builder()
-
serializableBuilderClass
public static Class<? extends Certificate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-