Class UpdateTemplateRequest

    • Method Detail

      • definition

        public final TemplateDefinition definition()

        Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.

        Returns:
        Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
      • reenrollAllCertificateHolders

        public final Boolean reenrollAllCertificateHolders()

        This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.

        Returns:
        This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.
      • templateArn

        public final String templateArn()

        The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.

        Returns:
        The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
      • 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.
        Overrides:
        toString in class Object