Uses of Interface
software.amazon.awssdk.services.rds.model.Certificate.Builder
Packages that use Certificate.Builder
-
Uses of Certificate.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Certificate.BuilderModifier and TypeMethodDescriptionstatic Certificate.BuilderCertificate.builder()Certificate.Builder.certificateArn(String certificateArn) The Amazon Resource Name (ARN) for the certificate.Certificate.Builder.certificateIdentifier(String certificateIdentifier) The unique key that identifies a certificate.Certificate.Builder.certificateType(String certificateType) The type of the certificate.Certificate.Builder.customerOverride(Boolean customerOverride) Indicates whether there is an override for the default certificate identifier.Certificate.Builder.customerOverrideValidTill(Instant customerOverrideValidTill) If there is an override for the default certificate identifier, when the override expires.Certificate.Builder.thumbprint(String thumbprint) The thumbprint of the certificate.Certificate.toBuilder()The starting date from which the certificate is valid.The final date that the certificate continues to be valid.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Certificate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Certificate.Builder>Certificate.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Certificate.BuilderModifier and TypeMethodDescriptionModifyCertificatesResponse.Builder.certificate(Consumer<Certificate.Builder> certificate) Sets the value of the Certificate property for this object.