Class Certificate
- java.lang.Object
-
- software.amazon.awssdk.services.rds.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 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.
- 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.BooleancustomerOverride()Indicates whether there is an override for the default certificate identifier.InstantcustomerOverrideValidTill()If there is an override for the default certificate identifier, when the override expires.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()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 from which the certificate is valid.InstantvalidTill()The final date that the certificate continues to be 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.
- Returns:
- The unique key that identifies a certificate.
-
certificateType
public final String certificateType()
The type of the certificate.
- Returns:
- The type of the certificate.
-
thumbprint
public final String thumbprint()
The thumbprint of the certificate.
- Returns:
- The thumbprint of the certificate.
-
validFrom
public final Instant validFrom()
The starting date from which the certificate is valid.
- Returns:
- The starting date from which the certificate is valid.
-
validTill
public final Instant validTill()
The final date that the certificate continues to be valid.
- Returns:
- The final date that the certificate continues to be valid.
-
certificateArn
public final String certificateArn()
The Amazon Resource Name (ARN) for the certificate.
- Returns:
- The Amazon Resource Name (ARN) for the certificate.
-
customerOverride
public final Boolean customerOverride()
Indicates whether there is an override for the default certificate identifier.
- Returns:
- Indicates whether there is an override for the default certificate identifier.
-
customerOverrideValidTill
public final Instant customerOverrideValidTill()
If there is an override for the default certificate identifier, when the override expires.
- Returns:
- If there is an override for the default certificate identifier, when the override expires.
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-