Interface UpdatePolicyTemplateResponse.Builder

    • Method Detail

      • policyStoreId

        UpdatePolicyTemplateResponse.Builder policyStoreId​(String policyStoreId)

        The ID of the policy store that contains the updated policy template.

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

        UpdatePolicyTemplateResponse.Builder policyTemplateId​(String policyTemplateId)

        The ID of the updated policy template.

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

        UpdatePolicyTemplateResponse.Builder createdDate​(Instant createdDate)

        The date and time that the policy template was originally created.

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

        UpdatePolicyTemplateResponse.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.