Interface TemplateSummary.Builder

    • Method Detail

      • arn

        TemplateSummary.Builder arn​(String arn)

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

        Parameters:
        arn - 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.
      • connectorArn

        TemplateSummary.Builder connectorArn​(String connectorArn)

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

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

        TemplateSummary.Builder createdAt​(Instant createdAt)

        The date and time that the template was created.

        Parameters:
        createdAt - The date and time that the template was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • definition

        TemplateSummary.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.
      • name

        TemplateSummary.Builder name​(String name)

        Name of the template. The template name must be unique.

        Parameters:
        name - Name of the template. The template name must be unique.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIdentifier

        TemplateSummary.Builder objectIdentifier​(String objectIdentifier)

        Object identifier of a template.

        Parameters:
        objectIdentifier - Object identifier of a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policySchema

        TemplateSummary.Builder policySchema​(Integer policySchema)

        The template schema version. Template schema versions can be v2, v3, or v4. The template configuration options change based on the template schema version.

        Parameters:
        policySchema - The template schema version. Template schema versions can be v2, v3, or v4. The template configuration options change based on the template schema version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revision

        TemplateSummary.Builder revision​(TemplateRevision revision)

        The revision version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.

        Parameters:
        revision - The revision version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        TemplateSummary.Builder status​(String status)

        Status of the template. Status can be creating, active, deleting, or failed.

        Parameters:
        status - Status of the template. Status can be creating, active, deleting, or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TemplateStatus, TemplateStatus
      • status

        TemplateSummary.Builder status​(TemplateStatus status)

        Status of the template. Status can be creating, active, deleting, or failed.

        Parameters:
        status - Status of the template. Status can be creating, active, deleting, or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TemplateStatus, TemplateStatus
      • updatedAt

        TemplateSummary.Builder updatedAt​(Instant updatedAt)

        The date and time that the template was updated.

        Parameters:
        updatedAt - The date and time that the template was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.