Uses of Interface
software.amazon.awssdk.services.ecs.model.ManagedCertificate.Builder
-
Packages that use ManagedCertificate.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ManagedCertificate.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ManagedCertificate.Builder Modifier and Type Method Description ManagedCertificate.BuilderManagedCertificate.Builder. arn(String arn)The Amazon Resource Name (ARN) of the ACM certificate.static ManagedCertificate.BuilderManagedCertificate. builder()ManagedCertificate.BuilderManagedCertificate.Builder. domainName(String domainName)The fully qualified domain name (FQDN) that is secured with this ACM certificate.ManagedCertificate.BuilderManagedCertificate.Builder. status(String status)The status of the ACM; certificate.ManagedCertificate.BuilderManagedCertificate.Builder. status(ManagedResourceStatus status)The status of the ACM; certificate.ManagedCertificate.BuilderManagedCertificate.Builder. statusReason(String statusReason)Information about why the ACM certificate is in the current status.ManagedCertificate.BuilderManagedCertificate. toBuilder()ManagedCertificate.BuilderManagedCertificate.Builder. updatedAt(Instant updatedAt)The Unix timestamp for when the ACM certificate was last updatedMethods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ManagedCertificate.Builder Modifier and Type Method Description static Class<? extends ManagedCertificate.Builder>ManagedCertificate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ManagedCertificate.Builder Modifier and Type Method Description default ManagedIngressPath.BuilderManagedIngressPath.Builder. certificate(Consumer<ManagedCertificate.Builder> certificate)The ACM certificate for the Express service's domain.
-