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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Certificate.Builderbuilder()final StringThe Amazon Resource Name (ARN) for the certificate.final StringThe unique key that identifies a certificate.final StringThe type of the certificate.final BooleanIndicates whether there is an override for the default certificate identifier.final InstantIf there is an override for the default certificate identifier, when the override expires.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends Certificate.Builder>final StringThe thumbprint of the certificate.final StringtoString()Returns a string representation of this object.final InstantThe starting date from which the certificate is valid.final InstantThe final date that the certificate continues to be valid.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
certificateIdentifier
The unique key that identifies a certificate.
- Returns:
- The unique key that identifies a certificate.
-
certificateType
The type of the certificate.
- Returns:
- The type of the certificate.
-
thumbprint
The thumbprint of the certificate.
- Returns:
- The thumbprint of the certificate.
-
validFrom
The starting date from which the certificate is valid.
- Returns:
- The starting date from which the certificate is valid.
-
validTill
The final date that the certificate continues to be valid.
- Returns:
- The final date that the certificate continues to be valid.
-
certificateArn
The Amazon Resource Name (ARN) for the certificate.
- Returns:
- The Amazon Resource Name (ARN) for the certificate.
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<Certificate.Builder,Certificate>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-