Interface UpdateTemplateRequest.Builder

    • Method Detail

      • definition

        UpdateTemplateRequest.Builder definition​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • reenrollAllCertificateHolders

        UpdateTemplateRequest.Builder reenrollAllCertificateHolders​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • templateArn

        UpdateTemplateRequest.Builder templateArn​(String templateArn)

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

        Parameters:
        templateArn - The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.