Interface PolicyTemplateItem.Builder

  • Method Details

    • policyStoreId

      PolicyTemplateItem.Builder policyStoreId(String policyStoreId)

      The unique identifier of the policy store that contains the template.

      Parameters:
      policyStoreId - The unique identifier of the policy store that contains the template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyTemplateId

      PolicyTemplateItem.Builder policyTemplateId(String policyTemplateId)

      The unique identifier of the policy template.

      Parameters:
      policyTemplateId - The unique identifier of the policy template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      PolicyTemplateItem.Builder description(String description)

      The description attached to the policy template.

      Parameters:
      description - The description attached to the policy template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdDate

      PolicyTemplateItem.Builder createdDate(Instant createdDate)

      The date and time that the policy template was created.

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

      PolicyTemplateItem.Builder lastUpdatedDate(Instant lastUpdatedDate)

      The date and time that the policy template was most recently updated.

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